From 6aa6393bf304a9e2c7470d4e1f09d3bc1ce6e5bb Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 3 Nov 2018 11:17:54 -0400 Subject: [PATCH] Update documentation --- blake2.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/blake2.h b/blake2.h index 9b72d7cd..1a999036 100644 --- a/blake2.h +++ b/blake2.h @@ -9,9 +9,8 @@ /// Static algorithm name return either "BLAKE2b" or "BLAKE2s". An object algorithm name follows /// the naming described in RFC 7693, The /// BLAKE2 Cryptographic Hash and Message Authentication Code (MAC). -/// \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: -///
CXXFLAGS="-DNDEBUG -march=armv8-a+crc -mcpu=cortex-a53 ..."
+/// \details The library provides specialized SSE4, NEON and PowerPC version of the BLAKE2 compression +/// function. For best results under ARM NEON, specify both an architecture and cpu. /// \since C++ since Crypto++ 5.6.4, SSE since Crypto++ 5.6.4, NEON since Crypto++ 6.0, /// Power8 since Crypto++ 8.0