algorithm: remove identification

it's gonna be used some other way
This commit is contained in:
Mirek Kratochvil 2013-05-03 14:42:58 +02:00
parent c18f9399a6
commit 93d6cccd4f

View file

@ -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) {