summaryrefslogtreecommitdiff
path: root/skipjack.h
diff options
context:
space:
mode:
Diffstat (limited to 'skipjack.h')
-rw-r--r--skipjack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/skipjack.h b/skipjack.h
index fbec2df1..e463dd9b 100644
--- a/skipjack.h
+++ b/skipjack.h
@@ -9,6 +9,7 @@
NAMESPACE_BEGIN(CryptoPP)
+//! _
struct SKIPJACK_Info : public FixedBlockSize<8>, public FixedKeyLength<10>
{
CRYPTOPP_DLL static const char * StaticAlgorithmName() {return "SKIPJACK";}