http://git.community.i2p/PurpleI2P/i2pd/commit/c96694237fff7e2558681000f2ea37b1cc9bb3fa
Initialize ( CryptoPP : : ASN1 : : secp256r1 ( ) , CryptoPP : : ECP : : Point ( CryptoPP : : Integer ( signingKey , 32 ) , CryptoPP : : Integer ( signingKey + 32 , 32 ) ) ) ; CryptoPP : : ECP : : Point ( CryptoPP : : Integer ( signingKey , ECDSAP256_PUBLIC_KEY_HALF_LENGTH ) , CryptoPP : : Integer ( signingKey + ECDSAP256_PUBLIC_KEY_HALF_LENGTH , ECDSAP256_PUBLIC_KEY_HALF_LENGTH ) ) ) ; } bool Verify ( const uint8_t * buf , size_t len , const uint8_t * signature ) const {...