JDK 24 |
---|
24 b04Fixed |
Relates :
|
|
Relates :
|
JDK-8335183 :
|
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.
|