Repository: commons-crypto Updated Branches: refs/heads/master 04fe3daf1 -> 852f4f750
CRYPTO-50: Fix a typo in README Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/852f4f75 Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/852f4f75 Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/852f4f75 Branch: refs/heads/master Commit: 852f4f7505ef76d3aec28c72f70ea2b69dc5e210 Parents: 04fe3da Author: Ferdinand Xu <cheng.a...@intel.com> Authored: Wed May 4 06:31:08 2016 +0800 Committer: Ferdinand Xu <cheng.a...@intel.com> Committed: Wed May 4 06:41:42 2016 +0800 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/852f4f75/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 3fbab28..0bc4a4c 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ AES directly. It wraps to Openssl or JCE which implement the algorithms. Features ------------- + Cipher API for low level cryptographic operations. -+ Java stream API (CryptoInputStream/CryptoOutputStream) for high level stream encyrption/decryption. ++ Java stream API (CryptoInputStream/CryptoOutputStream) for high level stream encryption/decryption. + Both optimized with high performance AES encryption/decryption. (1400 MB/s - 1700 MB/s throughput in modern Xeon processors). + JNI-based implementation to achieve comparable performance to the native C++ version based on Openssl. + Portable across various operating systems (currently only Linux); Apache Commons Crypto loads the library according to your machine environment (It looks system properties, `os.name` and `os.arch`).