aligned AES keys

This commit is contained in:
orignal 2014-11-01 21:53:45 -04:00
parent f7791e5289
commit faf1fe7a7c
5 changed files with 18 additions and 17 deletions

View file

@ -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 ();