pub fn u256_to_fe<F>(value: U256) -> Fwhere F: PrimeField<Repr = [u8; 32]>,
Convert a U256 into a PrimeField.
U256
PrimeField