set random two highest bits

This commit is contained in:
orignal 2020-01-21 12:18:31 -05:00
parent 0e666e7d6a
commit f497a74ec4
2 changed files with 11 additions and 4 deletions

View file

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