diff options
Diffstat (limited to 'cypher.h')
-rw-r--r-- | cypher.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -33,7 +33,6 @@ #include "buffer.h" -// this is a svn test comment class Cypher { @@ -54,4 +53,10 @@ protected: Buffer getBitStream(u_int32_t length); }; +class AesIcmCypher : public Cypher +{ +protected: + Buffer getBitStream(u_int32_t length); +}; + #endif |