RFR: JDK-8314901: AES-GCM interleaved implementation using AVX2 instructions

Ferenc Rakoczi duke at openjdk.org
Mon Aug 28 14:04:10 UTC 2023


On Sat, 26 Aug 2023 00:15:44 GMT, Anthony Scarpino <ascarpino at openjdk.org> wrote:

> I'm curious in the Java code, why an encryption boolean was needed for this change but wasn't needed for the AVX512 changes.

It is the other way around, the java code accesses the class' "encrypt" variable easily, but it was easier to add it as an argument for the intrinsic.

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

PR Comment: https://git.openjdk.org/jdk/pull/15410#issuecomment-1695755375



More information about the security-dev mailing list