pub fn fe_to_u256<F>(f: F) -> U256Expand description
Convert a PrimeField into a U256.
Assuming fields that implement traits in crate ff always have
little-endian representation.
pub fn fe_to_u256<F>(f: F) -> U256Convert a PrimeField into a U256.
Assuming fields that implement traits in crate ff always have
little-endian representation.