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