summaryrefslogtreecommitdiff
path: root/serpent.h
diff options
context:
space:
mode:
Diffstat (limited to 'serpent.h')
-rw-r--r--serpent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/serpent.h b/serpent.h
index 0d24511..c24d202 100644
--- a/serpent.h
+++ b/serpent.h
@@ -9,6 +9,7 @@
NAMESPACE_BEGIN(CryptoPP)
+//! _
struct Serpent_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 1, 32>, public FixedRounds<32>
{
static const char *StaticAlgorithmName() {return "Serpent";}