pub fn limbs_to_field<F: PrimeField>(limbs: &[u64; 4]) -> FExpand description
Reconstructs a field element from its four LE u64 Montgomery-form
limbs. Inverse of field_to_limbs; see that function’s docstring
for the layout assumptions.
pub fn limbs_to_field<F: PrimeField>(limbs: &[u64; 4]) -> FReconstructs a field element from its four LE u64 Montgomery-form
limbs. Inverse of field_to_limbs; see that function’s docstring
for the layout assumptions.