mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
aligned AES keys
This commit is contained in:
parent
f7791e5289
commit
faf1fe7a7c
5 changed files with 18 additions and 17 deletions
|
@ -84,7 +84,7 @@ namespace transport
|
|||
|
||||
private:
|
||||
|
||||
void CreateAESKey (uint8_t * pubKey, uint8_t * aesKey);
|
||||
void CreateAESKey (uint8_t * pubKey, i2p::crypto::AESKey& key);
|
||||
|
||||
// client
|
||||
void SendPhase3 ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue