Searched defs:InvalidRounds (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsimple.h39 class CRYPTOPP_DLL InvalidRounds : public InvalidArgument class in inherits:InvalidArgument
42 explicit InvalidRounds(const std::string &algorithm, unsigned int rounds) : InvalidArgument(algorithm + ": " + IntToString(rounds) + " is not a valid number of rounds") {} function in class:InvalidRounds

Completed in 174 milliseconds