On Thu, 6 Aug 2026 21:35:48 GMT, Valerie Peng <[email protected]> wrote:

>> Initial commit containing the public API changes and related regression 
>> tests.
>> 
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> Valerie Peng has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   import cleanup.

src/java.base/share/classes/com/sun/crypto/provider/Argon2Impl.java line 363:

> 361:                 }
> 362:                 for (int i = 0; i < this.lanes; i++) {
> 363:                     b[i][this.columns - 1].erase();

This clears only the last block of each lane. The cleanup should iterate 
through every block.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29597#discussion_r3785875845

Reply via email to