MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetEncodedElementSize

Method GetEncodedElementSize

src/cryptopp/gfpcrypt.cpp:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213unsigned int DL_GroupParameters_IntegerBased::GetEncodedElementSize(bool reversible) const
214{
215 CRYPTOPP_UNUSED(reversible);
216 return GetModulus().ByteCount();
217}
218
219Integer DL_GroupParameters_IntegerBased::DecodeElement(const byte *encoded, bool checkForGroupMembership) const
220{

Callers 14

AgreedValueLengthMethod · 0.45
StaticPublicKeyLengthMethod · 0.45
AgreedValueLengthMethod · 0.45
StaticPublicKeyLengthMethod · 0.45
DeriveMethod · 0.45
RecoverAndRestartFunction · 0.45
pubkey.hFile · 0.45
CiphertextLengthFunction · 0.45
DecryptFunction · 0.45
EncryptFunction · 0.45
AgreedValueLengthFunction · 0.45
PublicKeyLengthFunction · 0.45

Calls 1

ByteCountMethod · 0.80

Tested by

no test coverage detected