summaryrefslogtreecommitdiff
path: root/blake2.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-10-30 06:20:31 -0400
committerJeffrey Walton <noloader@gmail.com>2018-10-30 06:20:31 -0400
commit659c0c113c9b35b3001a6a863f45d859443a7c82 (patch)
tree0eadf142d77899e9089df0c715f508099b33e5a4 /blake2.h
parent81db4ea5e39bbc45e2a7d0f3fabbbd25cd3d33ba (diff)
downloadcryptopp-git-659c0c113c9b35b3001a6a863f45d859443a7c82.tar.gz
Add BLAKE2b Power8 implementation (GH #729)
Diffstat (limited to 'blake2.h')
-rw-r--r--blake2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/blake2.h b/blake2.h
index 2b085548..4ef329e7 100644
--- a/blake2.h
+++ b/blake2.h
@@ -12,7 +12,8 @@
/// \details The library provides specialized SSE2, SSE4 and NEON version of the BLAKE2 compression
/// function. For best results under ARM NEON, specify both an architecture and cpu. For example:
/// <pre>CXXFLAGS="-DNDEBUG -march=armv8-a+crc -mcpu=cortex-a53 ..."</pre>
-/// \since Crypto++ 5.6.4
+/// \since C++ since Crypto++ 5.6.4, SSE since Crypto++ 5.6.4, NEON since Crypto++ 6.0,
+/// BLAKE2b Power8 since Crypto++ 8.0
#ifndef CRYPTOPP_BLAKE2_H
#define CRYPTOPP_BLAKE2_H