calculate constants

This commit is contained in:
orignal 2019-12-06 14:54:15 -05:00
parent 2877900233
commit e6956d9bb0
2 changed files with 40 additions and 32 deletions

View file

@ -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 ();