encode with highY

This commit is contained in:
orignal 2019-12-10 14:10:12 -05:00
parent 36eaaa748c
commit 9ed58e5186
3 changed files with 22 additions and 6 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) const;
bool Decode (const uint8_t * encoded, uint8_t * key) const;
private: