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

Function FixedCiphertextLength

src/cryptopp/cryptlib.h:2319–2319  ·  view source on GitHub ↗

\brief Provides the fixed ciphertext length, if one exists \return the fixed ciphertext length if one exists, otherwise 0 \details "Fixed" here means length of ciphertext does not depend on length of plaintext. In this case, it usually does depend on the key length.

Source from the content-addressed store, hash-verified

2317 //! \details "Fixed" here means length of ciphertext does not depend on length of plaintext.
2318 //! In this case, it usually does depend on the key length.
2319 virtual size_t FixedCiphertextLength() const {return 0;}
2320
2321 //! \brief Provides the maximum plaintext length given a fixed ciphertext length
2322 //! \return maximum plaintext length given the fixed ciphertext length, if one exists,

Callers 8

DecryptMethod · 0.85
EncryptMethod · 0.85
FixedLengthDecryptMethod · 0.85
FixedLengthDecryptFunction · 0.85
MaxPlaintextLengthFunction · 0.85
CiphertextLengthFunction · 0.85
pubkey.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected