提交 5d6e31db 编写于 作者: U Ulf Möller

Update comment from bn.h

上级 38e33cef
...@@ -62,8 +62,9 @@ The B<BN_MONT_CTX> structure is defined as follows: ...@@ -62,8 +62,9 @@ The B<BN_MONT_CTX> structure is defined as follows:
int ri; /* number of bits in R */ int ri; /* number of bits in R */
BIGNUM RR; /* R^2 (used to convert to Montgomery form) */ BIGNUM RR; /* R^2 (used to convert to Montgomery form) */
BIGNUM N; /* The modulus */ BIGNUM N; /* The modulus */
BIGNUM Ni; /* The inverse of N (bignum form) */ BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
BN_ULONG n0; /* The inverse of N in word form */ * (Ni is only stored for bignum algorithm) */
BN_ULONG n0; /* least significant word of Ni */
int flags; int flags;
} BN_MONT_CTX; } BN_MONT_CTX;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册