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

Function DecodingResult

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

\brief Constructs a DecodingResult \details isValidCoding is initialized to false and messageLength is initialized to 0.

Source from the content-addressed store, hash-verified

240 //! \brief Constructs a DecodingResult
241 //! \details isValidCoding is initialized to false and messageLength is initialized to 0.
242 explicit DecodingResult() : isValidCoding(false), messageLength(0) {}
243 //! \brief Constructs a DecodingResult
244 //! \param len the message length
245 //! \details isValidCoding is initialized to true.

Callers 6

CryptoSystemValidateFunction · 0.85
elgamal.hFile · 0.85
SymmetricDecryptMethod · 0.85
UnpadMethod · 0.85
UnpadMethod · 0.85
DecryptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected