http://git.community.i2p/PurpleI2P/i2pd/commit/aaf9a701535f2cefc520064902f5b22c4e16d76d
Initialize ( CryptoPP : : Integer ( signingKey , keyLen ) , CryptoPP : : Integer ( rsae ) ) ; } RSAVerifier ( const CryptoPP : : RSA : : PublicKey & publicKey ) : m_PublicKey ( publicKey ) { } bool Verify ( const uint8_t * buf , size_t len , const uint8_t * signature ) const { typename CryptoPP : : RSASS < CryptoPP : : PKCS1v15 , Hash > : : Verifier verifier ( m_PublicKey ) ; @ -302,6 +306,10 @@ namespace crypto RSASHA2562048Verifier ( const uint8_t * signingKey ) : RSAVerifier ( signingKey ) { }...