algorithm: remove identification
it's gonna be used some other way
This commit is contained in:
parent
c18f9399a6
commit
93d6cccd4f
|
@ -38,8 +38,6 @@ public:
|
|||
virtual bool provides_signatures() = 0;
|
||||
virtual bool provides_encryption() = 0;
|
||||
|
||||
// virtual bool provides_identification() = 0; // TODO
|
||||
|
||||
virtual std::string get_alg_id() = 0;
|
||||
|
||||
void register_into_suite (algorithm_suite&s) {
|
||||
|
|
Loading…
Reference in a new issue