summaryrefslogtreecommitdiff
path: root/shark.h
diff options
context:
space:
mode:
Diffstat (limited to 'shark.h')
-rw-r--r--shark.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shark.h b/shark.h
index 513eb897..ec483f8a 100644
--- a/shark.h
+++ b/shark.h
@@ -13,6 +13,7 @@
NAMESPACE_BEGIN(CryptoPP)
+//! _
struct SHARK_Info : public FixedBlockSize<8>, public VariableKeyLength<16, 1, 16>, public VariableRounds<6, 2>
{
static const char *StaticAlgorithmName() {return "SHARK-E";}