Used for montgomery multiplication
The modulus
R*(1/R mod N) - N*Ni = 1 (Ni is only stored for bignum algorithm)
used to convert to montgomery form
least significant word(s) of Ni; (type changed with 0.9.9, was "BN_ULONG n0;" before)
number of bits in R
See Implementation
Used for montgomery multiplication