pub fn from_emulated_field<E, F>(val: E) -> Vec<F>where
E: EmulationConfig<F>,
F: PrimeField,
Expand description
Convert an element in the emulated field to a list of native field elements.
pub fn from_emulated_field<E, F>(val: E) -> Vec<F>where
E: EmulationConfig<F>,
F: PrimeField,
Convert an element in the emulated field to a list of native field elements.