Function two_u64_to_field

Source
pub fn two_u64_to_field<F>(v: &[u64; 2]) -> F
where F: Field + TryFrom<BigInteger256, Error = InvalidBigInt>,