From 298988a5b9687f64de733ce01319e90e94b0b688 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 22 Nov 2015 19:17:15 -0500 Subject: Crypto++ 5.6.3 check-in --- rc2.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rc2.h') diff --git a/rc2.h b/rc2.h index fa2f3253..96ed6d4d 100644 --- a/rc2.h +++ b/rc2.h @@ -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 + -- cgit v1.2.1