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/javax/crypto/spec/Argon2ParameterSpec.java line 45:

> 43:  *
> 44:  * <p>This class can be used to initialize a {@link javax.crypto.KDF} 
> object
> 45:  * for one of the {@code Argon2} algorithm: {@code Argon2i}, {@code 
> Argon2d},

`KDFParameters` is used to "initialize a KDF". This class will be used as input 
to derivation.

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

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

Reply via email to