fixed Elligator tests

This commit is contained in:
orignal 2020-01-21 17:53:48 -05:00
parent 6142e93252
commit 0d2d7e5e71
3 changed files with 14 additions and 10 deletions

View file

@ -17,7 +17,7 @@ namespace crypto
Elligator2 ();
~Elligator2 ();
bool Encode (const uint8_t * key, uint8_t * encoded) const;
bool Encode (const uint8_t * key, uint8_t * encoded, bool highY = false, bool random = true) const;
bool Decode (const uint8_t * encoded, uint8_t * key) const;
private: