mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
comment
This commit is contained in:
parent
124d8cf701
commit
ac0f1d0b14
@ -330,7 +330,7 @@ BIGNUM *BN_mod_inverse(BIGNUM *in,
|
||||
}
|
||||
else
|
||||
{
|
||||
/* general inversion algorithm (less efficient than binary inversion) */
|
||||
/* general inversion algorithm */
|
||||
|
||||
while (!BN_is_zero(B))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user