summaryrefslogtreecommitdiff
path: root/rc2.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-11-22 19:11:31 -0500
committerJeffrey Walton <noloader@gmail.com>2015-11-22 19:11:31 -0500
commit62618fda97bbde6d4cc4752101e69839fc4f3b6f (patch)
treebcdacdfed312bb5ac9e4c504ff2a3c293214fe40 /rc2.h
parentc45435812225aa68d122c7de246e5f60b509766c (diff)
downloadcryptopp-git-62618fda97bbde6d4cc4752101e69839fc4f3b6f.tar.gz
Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding garbage to the end of some source files during drag and drop from guest to host.
This reverts commit c45435812225aa68d122c7de246e5f60b509766c.
Diffstat (limited to 'rc2.h')
-rw-r--r--rc2.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/rc2.h b/rc2.h
index 96ed6d4d..fa2f3253 100644
--- a/rc2.h
+++ b/rc2.h
@@ -1,7 +1,6 @@
// rc2.h - written and placed in the public domain by Wei Dai
-
//! \file rc2.h
-//! \brief Classes for the RC2 block cipher
+//! \brief Class file for the RC2 stream cipher
#ifndef CRYPTOPP_RC2_H
#define CRYPTOPP_RC2_H
@@ -92,4 +91,3 @@ typedef RC2::Decryption RC2Decryption;
NAMESPACE_END
#endif
-