It works on MacOSX

Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/47061e66
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/47061e66
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/47061e66

Branch: refs/heads/CRYPTO-1.0.0
Commit: 47061e66d028cfb47ee95ad1081f40adadb490ec
Parents: c4db965
Author: Sebb <s...@apache.org>
Authored: Sat Jul 9 13:53:31 2016 +0100
Committer: Sebb <s...@apache.org>
Committed: Sat Jul 9 13:53:31 2016 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/47061e66/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6950f69..d6829fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@ Features
 2. Java stream API (CryptoInputStream/CryptoOutputStream) for high level 
stream encyrption/decryption.
 3. Both optimized with high performance AES encryption/decryption. (1400 MB/s 
- 1700 MB/s throughput in modern Xeon processors).
 4. JNI-based implementation to achieve comparable performance to the native 
C++ version based on OpenSsl.
-5. Portable across various operating systems (currently only Linux);
+5. Portable across various operating systems (currently only Linux/MacOSX);
    Apache Commons Crypto loads the library according to your machine 
environment (it checks system properties, `os.name` and `os.arch`).
 6. Simple usage. Add the commons-crypto-(version).jar file to your classpath.
 

Reply via email to