comment
This commit is contained in:
parent
124d8cf701
commit
ac0f1d0b14
@ -330,7 +330,7 @@ BIGNUM *BN_mod_inverse(BIGNUM *in,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* general inversion algorithm (less efficient than binary inversion) */
|
/* general inversion algorithm */
|
||||||
|
|
||||||
while (!BN_is_zero(B))
|
while (!BN_is_zero(B))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user