mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Add interface for edddsa key generation.
This commit is contained in:
@@ -43,6 +43,9 @@ public:
|
||||
uint8_t m_PublicKey[EDDSA25519_PUBLIC_KEY_LENGTH];
|
||||
};
|
||||
|
||||
void CreateEDDSARandomKeys(CryptoPP::RandomNumberGenerator& rnd, uint8_t* privateKey,
|
||||
uint8_t* publicKey);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user