summaryrefslogtreecommitdiff
path: root/sha3.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-10 18:47:05 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-10 18:47:05 -0400
commit36bdbb21a1660cbea741cce4f26e3da42dc58a5f (patch)
tree9053ab35c0d5c733380427ed2869cb974fff1f41 /sha3.h
parenta8a6e41beb74c2c8a5756e1320315e4bffb2a986 (diff)
downloadcryptopp-git-36bdbb21a1660cbea741cce4f26e3da42dc58a5f.tar.gz
Updated documentation
Diffstat (limited to 'sha3.h')
-rw-r--r--sha3.h2
1 files changed, 1 insertions, 1 deletions
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