You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/23 14:38:55 UTC

[commons-crypto] branch master updated: Slighly better text

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 2760743  Slighly better text
2760743 is described below

commit 2760743fd2349f7c6c1a686439811414b19175c2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 23 09:38:51 2023 -0500

    Slighly better text
---
 RELEASE-NOTES.txt | 10 +++++-----
 pom.xml           | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 72ba3c7..62313bd 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -3,11 +3,11 @@
 
 The Apache Commons Crypto team is pleased to announce the release of Apache Commons Crypto 1.2.0.
 
-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 Crypto doesn't implement the cryptographic algorithm such as
-AES directly. It wraps to OpenSSL or JCE which implement the algorithms.
+Apache Commons Crypto is a cryptographic library optimized with AES-NI (Advanced Encryption Standard New Instructions). 
+It provides Java API for both the cipher level and Java stream level.
+Developers can use it to implement high-performance AES encryption/decryption with minimum code and effort. 
+Please note that Crypto doesn't implement the cryptographic algorithm such as AES directly. 
+It wraps OpenSSL and JCE which implements the algorithms.
 
 Features
 --------
diff --git a/pom.xml b/pom.xml
index 76c8276..ee93ed4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,11 +27,11 @@
 
   <name>Apache Commons Crypto</name>
   <description>
-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 Crypto doesn't implement the cryptographic algorithm such as
-AES directly. It wraps to OpenSSL or JCE which implement the algorithms.
+Apache Commons Crypto is a cryptographic library optimized with AES-NI (Advanced Encryption Standard New Instructions). 
+It provides Java API for both the cipher level and Java stream level.
+Developers can use it to implement high-performance AES encryption/decryption with minimum code and effort. 
+Please note that Crypto doesn't implement the cryptographic algorithm such as AES directly. 
+It wraps OpenSSL and JCE which implements the algorithms.
 
 Features
 --------