Function halo2_base::utils::fe_to_biguint
source · [−]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