From 36bdbb21a1660cbea741cce4f26e3da42dc58a5f Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 10 Sep 2016 18:47:05 -0400 Subject: [PATCH] Updated documentation --- sha3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sha3.h b/sha3.h index 9d5691eb..6a8704c8 100644 --- a/sha3.h +++ b/sha3.h @@ -18,7 +18,7 @@ NAMESPACE_BEGIN(CryptoPP) //! \class SHA3 //! \brief SHA3 message digest base class -//! \details The Crypto++ implementation conforms to FIPS 202 version of SHA3 usinf F1600 with XOF d=0x06. +//! \details The Crypto++ implementation conforms to FIPS 202 version of SHA3 using F1600 with XOF d=0x06. //! Previous behavior (XOF d=0x01) is available in Keccak classes. //! \details SHA3 is the base class for SHA3_224, SHA3_256, SHA3_384 and SHA3_512. //! Library users should instantiate a derived class, and only use SHA3