Crypto++
|
interface for all crypto algorithms More...
#include <cryptlib.h>
Public Member Functions | |
Algorithm (bool checkSelfTestStatus=true) | |
virtual std::string | AlgorithmName () const |
returns name of this algorithm, not universally implemented yet | |
virtual Clonable * | Clone () const |
this is not implemented by most classes yet | |
interface for all crypto algorithms
Definition at line 335 of file cryptlib.h.
Algorithm::Algorithm | ( | bool | checkSelfTestStatus = true | ) |
When FIPS 140-2 compliance is enabled and checkSelfTestStatus == true, this constructor throws SelfTestFailure if the self test hasn't been run or fails.