You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The implementation of the QM31 multiplication is based on the following paper: [Link](https://github.com/ingonyama-zk/papers/blob/main/Mersenne31_polynomial_arithmetic.pdf)
172
172
/// Section 1.3, Ecuation 1.20.
173
173
pubfnmul(&self,rhs:&QM31) -> QM31{
@@ -233,17 +233,17 @@ impl QM31 {
233
233
/// Computes the inverse of a [QM31] element in reduced form.
234
234
///
235
235
/// In reduced form, a QM31 is composed of 4 limbs, each represented a value from the Mersenne 31 field.
236
-
///
236
+
///
237
237
/// The algorithm can be deduced from the implementation of the inverse of a QM31 from the Stwo prover:
/// The implementation of the QM31 inversion is based on the following papper: [Link](https://github.com/ingonyama-zk/papers/blob/main/Mersenne31_polynomial_arithmetic.pdf)
0 commit comments