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

Method GetPrivateKeyLen

libi2pd/Identity.cpp:710–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708 }
709
710 size_t PrivateKeys::GetPrivateKeyLen () const
711 {
712 return i2p::crypto::GetCryptoPrivateKeyLen (m_Public->GetCryptoKeyType ());
713 }
714
715 uint8_t * PrivateKeys::GetPadding()
716 {

Callers 4

FromBufferMethod · 0.45
CreateRandomKeysMethod · 0.45
CreateOfflineKeysMethod · 0.45

Calls 2

GetCryptoPrivateKeyLenFunction · 0.85
GetCryptoKeyTypeMethod · 0.80

Tested by

no test coverage detected