pub fn fe_to_biguint<F: ScalarField>(fe: &F) -> BigUint
Expand description

Converts an immutable reference to an PrimeField element into a BigUint element.

  • fe: immutable reference to PrimeField element to convert