Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetSigningPrivateKeyLen
Method · 0.45
FromBuffer
Method · 0.45
CreateRandomKeys
Method · 0.45
CreateOfflineKeys
Method · 0.45
Calls
2
GetCryptoPrivateKeyLen
Function · 0.85
GetCryptoKeyType
Method · 0.80
Tested by
no test coverage detected