pub fn to_emulated_field<E, F>(vals: &[F]) -> Result<E, CircuitError>where
E: EmulationConfig<F>,
F: PrimeField,
Expand description
Inverse conversion of the from_emulated_field
pub fn to_emulated_field<E, F>(vals: &[F]) -> Result<E, CircuitError>where
E: EmulationConfig<F>,
F: PrimeField,
Inverse conversion of the from_emulated_field