pub fn qm31_packed_reduced_add(
felt1: Felt252,
felt2: Felt252,
) -> Result<Felt252, MathError>
Expand description
QM31 utility function, used specifically for Stwo. QM31 operations are to be relocated into https://github.com/lambdaclass/lambdaworks. Computes the addition of two QM31 elements in reduced form. Returns an error if either operand is not reduced.