mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:17 +00:00
use d%q
This commit is contained in:
parent
ba849d0300
commit
3100d587d1
@ -31,7 +31,7 @@ namespace crypto
|
|||||||
BN_mod_inverse (tmp, tmp, q, ctx);
|
BN_mod_inverse (tmp, tmp, q, ctx);
|
||||||
BN_set_word (d, 121665);
|
BN_set_word (d, 121665);
|
||||||
BN_set_negative (d, 1);
|
BN_set_negative (d, 1);
|
||||||
BN_mul (d, d, tmp, ctx);
|
BN_mod_mul (d, d, tmp, q, ctx);
|
||||||
|
|
||||||
// 2^((q-1)/4)
|
// 2^((q-1)/4)
|
||||||
I = BN_new ();
|
I = BN_new ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user