Update comments

pull/462/head
Jeffrey Walton 2017-08-19 09:48:24 -04:00
parent fe64547a26
commit 2daa991427
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 7 additions and 4 deletions

View File

@ -62,7 +62,7 @@ Other features include:
* useful non-cryptographic algorithms * useful non-cryptographic algorithms
+ DEFLATE (RFC 1951) compression/decompression with gzip (RFC 1952) and + DEFLATE (RFC 1951) compression/decompression with gzip (RFC 1952) and
zlib (RFC 1950) format support zlib (RFC 1950) format support
+ hex, base-32, and base-64 coding/decoding + Hex, base-32, base-64, URL safe base-64 encoding and decoding
+ 32-bit CRC, CRC-C and Adler32 checksum + 32-bit CRC, CRC-C and Adler32 checksum
* class wrappers for these platform and operating system features (optional): * class wrappers for these platform and operating system features (optional):
+ high resolution timers on Windows, Unix, and Mac OS + high resolution timers on Windows, Unix, and Mac OS
@ -74,9 +74,12 @@ Other features include:
* A high level interface for most of the above, using a filter/pipeline * A high level interface for most of the above, using a filter/pipeline
metaphor metaphor
* benchmarks and validation testing * benchmarks and validation testing
* x86, x86_64, MMX, SSE2, SSE4 assembly code for the most commonly used * x86, x64 (x86-64), x32 (ILP32), ARM-32, Aarch32 and Aarch64 code for the commonly
algorithms, with run-time CPU feature detection and code selection. used algorithms
Limited ARM NEON and ARMv8 ASIMD, CRC and Crypto extension support + run-time CPU feature detection and code selection</li>
+ supports GCC-style and MSVC-style inline assembly, and MASM for x64
+ x86, x64 (x86-64), x32 provides MMX, SSE2, and SSE4 implementations
+ ARM-32, Aarch32 and Aarch64 provides NEON, ASIMD and ARMv8 implementations
The Crypto++ library was orginally written by Wei Dai. The library is now The Crypto++ library was orginally written by Wei Dai. The library is now
maintained by several team members and the community. You are welcome to use it maintained by several team members and the community. You are welcome to use it