pub fn scalar_add<const LIMBS: usize>(
a: &FieldElement<LIMBS>,
b: &FieldElement<LIMBS>,
n: &[u64; LIMBS],
) -> FieldElement<LIMBS>Expand description
Add two scalars mod n.
pub fn scalar_add<const LIMBS: usize>(
a: &FieldElement<LIMBS>,
b: &FieldElement<LIMBS>,
n: &[u64; LIMBS],
) -> FieldElement<LIMBS>Add two scalars mod n.