Function halo2_base::utils::biguint_to_fe
source · [−]pub fn biguint_to_fe<F: BigPrimeField>(e: &BigUint) -> FExpand description
Converts an immutable reference to BigUint to a BigPrimeField.
e: immutable reference to BigUint
Assumptions:
eis less than the modulus ofF