|
CypherCalc can compute the Montgomery parameter
R2 mod n. In this context, R
is the next power of 2 greater than n. That is, R
= 2k, where k is the length of the
modulus in bits. Some applications use R2 mod
n to quickly convert numbers into their Montgomery images.
Here's the procedure:
|
![]() |