diff options
author | Jeffrey Walton <noloader@gmail.com> | 2015-11-22 19:17:15 -0500 |
---|---|---|
committer | Jeffrey Walton <noloader@gmail.com> | 2015-11-22 19:17:15 -0500 |
commit | 298988a5b9687f64de733ce01319e90e94b0b688 (patch) | |
tree | 8b026ad4838457e3e5385ff91380ead4499d30f5 /rc2.h | |
parent | 62618fda97bbde6d4cc4752101e69839fc4f3b6f (diff) | |
download | cryptopp-git-298988a5b9687f64de733ce01319e90e94b0b688.tar.gz |
Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3
Diffstat (limited to 'rc2.h')
-rw-r--r-- | rc2.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,7 @@ // rc2.h - written and placed in the public domain by Wei Dai
+
//! \file rc2.h
-//! \brief Class file for the RC2 stream cipher
+//! \brief Classes for the RC2 block cipher
#ifndef CRYPTOPP_RC2_H
#define CRYPTOPP_RC2_H
@@ -91,3 +92,4 @@ typedef RC2::Decryption RC2Decryption; NAMESPACE_END
#endif
+
|