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