http://git.community.i2p/PurpleI2P/i2pd/src/commit/5350078543d0ac04a608f2c03efd4b9e1b8f9509/Family.cpp
= 0 ) { LogPrint ( eLogWarning , " Family: ignoring file " , file ) ; continue ; } LoadCertificate ( file ) ; numCertificates + + ; } LogPrint ( eLogInfo , " Family: " , numCertificates , " certificates loaded " ) ; } bool Families : : VerifyFamily ( const std : : string & family , const IdentHash & ident , const char * signature , const char * /*key*/ ) { uint8_t buf [ 50 ] , signatureBuf [ 64 ] ; size_t len = family . length ( ) ,...