RE: [Crypto] GCM pull request

2017-05-17 Thread Yaron Levy
curity provider IMHO).  Thanks,Yaron. Original message From: "Ke, Xianda" Date: 5/17/17 19:34 (GMT-08:00) To: Commons Developers List Subject: RE: [Crypto] GCM pull request Hi folks, I had a glance at the  implementation of GCM Acceleration in HotSpot(Java 9) and

RE: [Crypto] GCM pull request

2017-05-17 Thread Ke, Xianda
Cipher for InputStream/OutputStream. Regards, Xianda -Original Message- From: Bernd Eckenfels [mailto:e...@zusammenkunft.net] Sent: Thursday, May 18, 2017 6:22 AM To: dev@commons.apache.org Subject: Re: [Crypto] GCM pull request AES GCM Acceleration (Counter Intrinsic and Ghash Intrinsic)

Re: [Crypto] GCM pull request

2017-05-17 Thread Bernd Eckenfels
AES GCM Acceleration (Counter Intrinsic and Ghash Intrinsic) is in the SUN JCE Provider in Java 9 and some improvements in Java 8u50. An alternative would be NSS. However it is certainly good to have a alternative high speed implementation. http://bugs.java.com/view_bug.do?bug_id=8069072 Flori