From a9c901b90b89066dbdf0d5e62da1f7a12ed1c89e Mon Sep 17 00:00:00 2001 From: DevJPM Date: Tue, 20 Sep 2016 11:31:52 +0200 Subject: [PATCH] fixed some overly aggressive replaces in the docs --- keccak.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keccak.h b/keccak.h index 05d6fc3a..3dbd6237 100644 --- a/keccak.h +++ b/keccak.h @@ -3,7 +3,7 @@ //! \file keccak.h //! \brief Classes for Keccak message digests //! \details The Crypto++ Keccak implementation uses F1600 with XOF d=0x01. -//! FIPS 202 conformance (XOF d=0x06) is available in Keccak classes. +//! FIPS 202 conformance (XOF d=0x06) is available in SHA3 classes. //! \details Keccak will likely change in the future to accomodate extensibility of the //! round function and the XOF functions. //! \sa Keccak @@ -36,7 +36,7 @@ NAMESPACE_BEGIN(CryptoPP) //! }; //! //! -//! \sa SHA3, SHA3_224, SHA3_256, SHA3_384 and SHA3_512. +//! \sa SHA3, Keccak_224, Keccak_256, Keccak_384 and Keccak_512. //! \since Crypto++ 5.6.4 class Keccak : public HashTransformation {