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
@commons.apache.org Subject: [Crypto] GCM pull request Hi,I'm new to this group so I might not be doing this right. I'm very interested in the GCM PR #60 for commons-crypto. It seems like it's the only way to get hw-accelerated encryption for gcm in java (correct me if I'm

[Crypto] GCM pull request

2017-05-17 Thread Yaron Levy
Hi,I'm new to this group so I might not be doing this right. I'm very interested in the GCM PR #60 for commons-crypto. It seems like it's the only way to get hw-accelerated encryption for gcm in java (correct me if I'm wrong and you know a better way).  What's the merge process? How does it get r