Skip to main content

limbs_to_field

Function limbs_to_field 

Source
pub fn limbs_to_field<F: PrimeField>(limbs: &[u64; 4]) -> F
Expand 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.