This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 388d278  Docs.
388d278 is described below

commit 388d2786b634cfadef68eb2e555daa0ac8c71ccd
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Apr 12 10:08:46 2020 -0400

    Docs.
---
 src/site/xdoc/index.xml | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index eff5bc1..1154960 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -24,11 +24,10 @@ limitations under the License.
 <!-- ================================================== -->
 <section name="Apache Commons Crypto">
     <p>Apache Commons Crypto is a cryptographic library optimized with AES-NI 
(Advanced Encryption
-        Standard New Instructions). It provides Java API for both cipher level 
and Java stream
-        level. Developers can use it to implement high performance AES 
encryption/decryption with
-        the minimum code and effort. Please note that Apache Commons Crypto 
doesn't implement the
-        cryptographic algorithm such as AES directly. It wraps to Openssl or 
JCE which implement the
-        algorithms.
+        Standard New Instructions). Commons Crypto provides Java APIs at the 
cipher level and Java stream
+        level. Developers can implement high performance AES 
encryption/decryption with
+        minimum coding and effort. Please note that Commons Crypto doesn't 
implement the
+        cryptographic algorithm such as AES directly, it wraps OpenSSL and JCE.
     </p>
 </section>
 <!-- ================================================== -->
@@ -43,7 +42,7 @@ limitations under the License.
       <li>High performance AES encryption/decryption optimized with Intel 
AES-NI.
       </li>
       <li>Portable across various operating systems (currently only Linux/Mac 
OS/Windows); Apache
-          Commons Crypto loads the library according to your machine 
environment (It looks system
+          Commons Crypto loads the library according to your machine 
environment (using system
           properties, os.name and os.arch).
       </li>
       <li>Simple usage. Add the commons-crypto-(version).jar file to your 
classpath.</li>
@@ -80,8 +79,8 @@ limitations under the License.
         requires Java 1.8, built and tested with OpenSSL 1.1.1 (11 Sep 2018).
     </li>
     <li>
-        <a 
href="https://commons.apache.org/proper/commons-crypto/download_crypto.cgi";>Crypto
 1.0.0 (mirrors)</a>
-        requires Java 1.7
+        <a href="https://archive.apache.org/dist/commons/crypto/";>Crypto 1.0.0 
(archives)</a>
+        requires Java 1.7.
     </li>
 </ul>
 <p>

Reply via email to