summaryrefslogtreecommitdiff
path: root/sha.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-08-14 00:08:55 -0400
committerJeffrey Walton <noloader@gmail.com>2017-08-14 00:08:55 -0400
commit2ee8e3b26d48b70dc86bbd000b75fbe2f0bb7c6b (patch)
treed23b2bb1d5d0258e63bfd5d6a6324f962c9153b8 /sha.h
parent2aff92ddb6e679fca04432f01a1a16a035e33008 (diff)
downloadcryptopp-git-2ee8e3b26d48b70dc86bbd000b75fbe2f0bb7c6b.tar.gz
Move free standing function into anonymous namespace
Update comments and use class constants when available
Diffstat (limited to 'sha.h')
-rw-r--r--sha.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sha.h b/sha.h
index 30a859ac..0b2db7f3 100644
--- a/sha.h
+++ b/sha.h
@@ -2,7 +2,8 @@
//! \file sha.h
//! \brief Classes for SHA-1 and SHA-2 family of message digests
-//! \since SHA1 since Crypto++ 1.0, SHA2 since Crypto++ 4.0, Intel SHA extensions since Crypto++ 6.0
+//! \since SHA1 since Crypto++ 1.0, SHA2 since Crypto++ 4.0,
+//! ARM SHA since Crypto++ 6.0, Intel SHA since Crypto++ 6.0
#ifndef CRYPTOPP_SHA_H
#define CRYPTOPP_SHA_H