mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
Elligator decode
This commit is contained in:
parent
3100d587d1
commit
c38298c06e
2 changed files with 67 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue