Module ring::arithmetic::montgomery
source · Re-exports§
pub use super::n0::N0;
Enums§
Traits§
- The encoding of the result of a multiplication.
- The encoding of the result of a reduction.
Functions§
- bn_mul_mont 🔒 ⚠
- r *= a
- r = r**2
- mul_mont 🔒 ⚠