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
pub fn biguint_to_fe<F: BigPrimeField>(e: &BigUint) -> FConverts an immutable reference to BigUint to a BigPrimeField.
e: immutable reference to BigUinte is less than the modulus of F