Update documentation

pull/733/head
Jeffrey Walton 2018-11-03 11:17:54 -04:00
parent 4b4dbdb90a
commit 6aa6393bf3
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 3 deletions

View File

@ -9,9 +9,8 @@
/// Static algorithm name return either "BLAKE2b" or "BLAKE2s". An object algorithm name follows
/// the naming described in <A HREF="http://tools.ietf.org/html/rfc7693#section-4">RFC 7693, The
/// BLAKE2 Cryptographic Hash and Message Authentication Code (MAC)</A>.
/// \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>
/// \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