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