diff options
Diffstat (limited to 'square.h')
-rw-r--r-- | square.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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
|