RFR: 8333867: SHA3 performance can be improved

Vladimir Kozlov kvn at openjdk.org
Tue Jun 11 17:42:11 UTC 2024


On Tue, 11 Jun 2024 17:30:37 GMT, Ferenc Rakoczi <duke at openjdk.org> wrote:

>> Thank you for explanation.
>> 
>> An other question. Is any other use of `longBuf` array after `implCompress0()` call which load values from it? Because Intrinsic code will not update it.
>
> There is no other use.. That array is there for the sole purpose of  holding the input as a long array before it gets xor-ed into the state.

okay

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19632#discussion_r1635262207



More information about the security-dev mailing list