-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b04
The SHA3 digests currently keep their internal state in a byte array which is converted to a long array for the state updates and back again after the update. This is unnecessary, conversion is only necessary during update() and final() calls.
- relates to
-
JDK-8335183 Release Note: SHA3 performance improved
- New
-
JDK-8337666 AArch64: SHA3 GPR intrinsic
- Open
- links to
-
Commit openjdk/jdk/75bea280
-
Review openjdk/jdk/19632
-
Review(master) openjdk/jdk21u-dev/1000