summaryrefslogtreecommitdiff
path: root/skipjack.h
diff options
context:
space:
mode:
Diffstat (limited to 'skipjack.h')
-rw-r--r--skipjack.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/skipjack.h b/skipjack.h
index f512e1bf..f22390f8 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 the SKIPJACK block cipher
+//! \brief Classes for Skipjack encryption algorithm
#ifndef CRYPTOPP_SKIPJACK_H
#define CRYPTOPP_SKIPJACK_H
@@ -61,4 +61,3 @@ typedef SKIPJACK::Decryption SKIPJACKDecryption;
NAMESPACE_END
#endif
-if