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