http://git.community.i2p/PurpleI2P/i2pd/commit/521fb83e382d0aedd2b3f2db1320ff1016ebbe7b
GetElligator ( ) - > Decode ( epub , key ) ) return false ; m_StaticKeys . Agree ( key , keyMaterial ) ; m_StaticKeys . Agree ( epub , sharedSecret ) ; return true ; } 4 libi2pd/CryptoKey.h Unescape Escape View File @ -125,8 +125,8 @@ namespace crypto ECIESX25519AEADRatchetDecryptor ( const uint8_t * priv ) : m_StaticKeys ( priv , nullptr ) { } ; ~ ECIESX25519AEADRatchetDecryptor ( ) { } ; bool Decrypt ( const uint8_t * epub , uint8_t * keyMaterial ,...