summaryrefslogtreecommitdiff
path: root/skipjack.h
diff options
context:
space:
mode:
Diffstat (limited to 'skipjack.h')
-rw-r--r--skipjack.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/skipjack.h b/skipjack.h
index f22390f8..f512e1bf 100644
--- a/skipjack.h
+++ b/skipjack.h
@@ -1,7 +1,7 @@
// skipjack.h - written and placed in the public domain by Wei Dai
//! \file skipjack.h
-//! \brief Classes for Skipjack encryption algorithm
+//! \brief Classes for the SKIPJACK block cipher
#ifndef CRYPTOPP_SKIPJACK_H
#define CRYPTOPP_SKIPJACK_H
@@ -61,3 +61,4 @@ typedef SKIPJACK::Decryption SKIPJACKDecryption;
NAMESPACE_END
#endif
+if