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