MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / GetSigningPrivateKeyLen

Method GetSigningPrivateKeyLen

libi2pd/Identity.cpp:354–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 }
353
354 size_t IdentityEx::GetSigningPrivateKeyLen () const
355 {
356 if (m_Verifier)
357 return m_Verifier->GetPrivateKeyLen ();
358 return GetSignatureLen ()/2;
359 }
360
361 size_t IdentityEx::GetSignatureLen () const
362 {

Callers 4

Identity.cppFile · 0.80
GetFullLenMethod · 0.80
FromBufferMethod · 0.80
ToBufferMethod · 0.80

Calls 1

GetPrivateKeyLenMethod · 0.45

Tested by

no test coverage detected