Elligator decode

This commit is contained in:
orignal 2019-12-09 16:11:46 -05:00
parent 3100d587d1
commit c38298c06e
2 changed files with 67 additions and 1 deletions

View file

@ -18,6 +18,7 @@ namespace crypto
~Elligator2 ();
void Encode (const uint8_t * key, uint8_t * encoded) const;
void Decode (const uint8_t * encoded, uint8_t * key) const;
private: