Go to the documentation of this file.
8 #ifndef BOTAN_ALGO_BASE_CLASS_H__
9 #define BOTAN_ALGO_BASE_CLASS_H__
11 #include <botan/build.h>
26 virtual void clear() = 0;
31 virtual std::string name()
const = 0;
37 Algorithm& operator=(
const Algorithm&) {
return (*
this); }