diff --git a/blake2.h b/blake2.h index dbb3d731..9b72d7cd 100644 --- a/blake2.h +++ b/blake2.h @@ -13,7 +13,7 @@ /// function. For best results under ARM NEON, specify both an architecture and cpu. For example: ///
CXXFLAGS="-DNDEBUG -march=armv8-a+crc -mcpu=cortex-a53 ..."/// \since C++ since Crypto++ 5.6.4, SSE since Crypto++ 5.6.4, NEON since Crypto++ 6.0, -/// BLAKE2b Power8 since Crypto++ 8.0 +/// Power8 since Crypto++ 8.0 #ifndef CRYPTOPP_BLAKE2_H #define CRYPTOPP_BLAKE2_H @@ -170,7 +170,8 @@ struct CRYPTOPP_NO_VTABLE BLAKE2b_State /// method that accepts a ParameterBlock does not allow you to change it. /// \sa Aumasson, Neves, Wilcox-O'Hearn and Winnerlein's /// BLAKE2: simpler, smaller, fast as MD5 (2013.01.29). -/// \since Crypto++ 5.6.4 +/// \since C++ since Crypto++ 5.6.4, SSE since Crypto++ 5.6.4, NEON since Crypto++ 6.0, +/// Power8 since Crypto++ 8.0 class BLAKE2s : public SimpleKeyingInterfaceImpl