mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
calculate constants
This commit is contained in:
parent
2877900233
commit
e6956d9bb0
2 changed files with 40 additions and 32 deletions
|
@ -21,7 +21,7 @@ namespace crypto
|
|||
|
||||
private:
|
||||
|
||||
BIGNUM * p, * n1, * n2, * A, * u, * iu;
|
||||
BIGNUM * p, * n1, * n2, * p38, * p12, * sqrtn1, * A, * nA, * u, * iu, * d;
|
||||
};
|
||||
|
||||
std::unique_ptr<Elligator2>& GetElligator ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue