RFR: 8267125: AES Galois CounterMode (GCM) interleaved implementation using AVX512 + VAES instructions [v7]
Anthony Scarpino
ascarpino at openjdk.java.net
Fri Aug 6 20:08:36 UTC 2021
On Fri, 6 Aug 2021 20:01:00 GMT, Valerie Peng <valeriep at 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
More information about the security-dev
mailing list