On Fri, 6 Aug 2021 20:01:00 GMT, Valerie Peng <valer...@openjdk.org> wrote:

>> Smita Kamath has updated the pull request incrementally with five additional 
>> commits since the last revision:
>> 
>>  - Merge branch 'aes-gcm' of github.com:smita-kamath/jdk into aes-gcm
>>  - Updates, comment and variable cleanup
>>  - merge rest
>>  - merge
>>  - fixes and code comments
>
> src/java.base/share/classes/com/sun/crypto/provider/GaloisCounterMode.java 
> line 1721:
> 
>> 1719: 
>> 1720:             if (inLen >= PARALLEL_LEN) {
>> 1721:                 len = implGCMCrypt(in, inOfs, inLen, out, outOfs, out, 
>> outOfs, gctr, ghash);
> 
> nit: exceeds 80 chars

The editor keeps reverting these for some reason.. it's very annoying

-------------

PR: https://git.openjdk.java.net/jdk/pull/4019

Reply via email to