mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 20:52:30 +02:00
Add tests for EdDSA25519, fix Verifier.
This commit is contained in:
parent
99b2ca860d
commit
eabf434a48
5 changed files with 108 additions and 5 deletions
|
@ -37,7 +37,7 @@ public:
|
|||
* @todo do not pass random number generator, EdDSA does not require a random
|
||||
* source
|
||||
*/
|
||||
void Sign(CryptoPP::RandomNumberGenerator& rnd, const uint8_t* buf, int len, uint8_t* signature) const;
|
||||
void Sign(CryptoPP::RandomNumberGenerator&, const uint8_t* buf, int len, uint8_t* signature) const;
|
||||
|
||||
uint8_t m_PrivateKey[EDDSA25519_PRIVATE_KEY_LENGTH];
|
||||
uint8_t m_PublicKey[EDDSA25519_PUBLIC_KEY_LENGTH];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue