summaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-08-19 09:48:24 -0400
committerJeffrey Walton <noloader@gmail.com>2017-08-19 09:48:24 -0400
commit2daa991427d515f54e0d5523b367d3ebb30f586f (patch)
treec7fcef32e6a093b21710b51e8059ff260d58d90b /Readme.txt
parentfe64547a269c3b0033b8e864e88cdb8674a04858 (diff)
downloadcryptopp-git-2daa991427d515f54e0d5523b367d3ebb30f586f.tar.gz
Update comments
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/Readme.txt b/Readme.txt
index 2714968f..f2faf4aa 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -62,7 +62,7 @@ Other features include:
* useful non-cryptographic algorithms
+ DEFLATE (RFC 1951) compression/decompression with gzip (RFC 1952) and
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
* class wrappers for these platform and operating system features (optional):
+ 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
metaphor
* benchmarks and validation testing
- * x86, x86_64, MMX, SSE2, SSE4 assembly code for the most commonly used
- algorithms, with run-time CPU feature detection and code selection.
- Limited ARM NEON and ARMv8 ASIMD, CRC and Crypto extension support
+ * x86, x64 (x86-64), x32 (ILP32), ARM-32, Aarch32 and Aarch64 code for the commonly
+ used algorithms
+ + 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
maintained by several team members and the community. You are welcome to use it