http://git.community.i2p/PurpleI2P/i2pd/commit/202109ebeb890628dc30932f33468d1a6f92cf51
GetPublic ( ) ; } ; const IdentHash & GetIdentHash ( ) const { return GetIdentity ( ) . GetIdentHash ( ) ; } ; 6 RouterContext.cpp Unescape Escape View File @ -4,6 +4,7 @@ # include "CryptoConst.h" # include "RouterContext.h" # include "Timestamp.h" # include "I2NPProtocol.h" # include "util.h" # include "version.h" @ -158,4 +159,9 @@ namespace i2p memcpy ( keys . signingKey , ident . signingKey , sizeof ( keys . signingKey ) ) ; fk . write ( ( char * ) & keys , sizeof ( keys ) ) ; } void...