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

Method ThrowIfResynchronizable

src/cryptopp/cryptlib.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void SimpleKeyingInterface::ThrowIfResynchronizable()
120{
121 if (IsResynchronizable())
122 throw InvalidArgument(GetAlgorithm().AlgorithmName() + ": this object requires an IV");
123}
124
125void SimpleKeyingInterface::ThrowIfInvalidIV(const byte *iv)
126{

Callers 1

SetCipherFunction · 0.80

Calls 2

IsResynchronizableFunction · 0.85
AlgorithmNameMethod · 0.45

Tested by

no test coverage detected