diff --git a/blake2.h b/blake2.h index ef19ae8a..568cb50d 100644 --- a/blake2.h +++ b/blake2.h @@ -5,14 +5,14 @@ //! \file blake2.h //! \brief Classes for BLAKE2b and BLAKE2s message digests and keyed message digests -//! \details This implmentation follows Aumasson, Neves, Wilcox-O’Hearn and Winnerlein's +//! \details This implmentation follows Aumasson, Neves, Wilcox-O'Hearn and Winnerlein's //! BLAKE2: simpler, smaller, fast as MD5 (2013.01.29). -//! Static algorithm names return either "BLAKE2b" or "BLAKE2s". An object algorithm name follows +//! 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: -//!
export CXXFLAGS="-DNDEBUG -g2 -O3 -march=armv8-a+crc -mcpu=cortex-a53"+//!
CXXFLAGS="-DNDEBUG -march=armv8-a+crc -mcpu=cortex-a53 ..."#ifndef CRYPTOPP_BLAKE2_H #define CRYPTOPP_BLAKE2_H @@ -221,8 +221,8 @@ protected: void UncheckedSetKey(const byte* key, unsigned int length, const CryptoPP::NameValuePairs& params); private: - FixedSizeAlignedSecBlock