pub fn bigint_to_fe<F: BigPrimeField>(e: &BigInt) -> FExpand description
Converts an immutable reference to BigInt to a BigPrimeField.
e: immutable reference to BigInt
ยงAssumptions:
- The absolute value of
eis less than the modulus ofF
pub fn bigint_to_fe<F: BigPrimeField>(e: &BigInt) -> FConverts an immutable reference to BigInt to a BigPrimeField.
e: immutable reference to BigInte is less than the modulus of F