RFR: 8331008: Implement JEP 478: Key Derivation Function API (Preview) [v15]

Kevin Driver kdriver at openjdk.org
Wed Aug 28 20:44:15 UTC 2024


On Wed, 28 Aug 2024 18:14:24 GMT, Kevin Driver <kdriver at openjdk.org> wrote:

>> src/java.base/share/classes/javax/crypto/spec/HKDFParameterSpec.java line 216:
>> 
>>> 214:          * <p>
>>> 215:          * An implementation should concatenate the salt into a single value
>>> 216:          * once all components are available.
>> 
>> What do you mean by "An implementation"? Are you referring to the HKDF implementation or the implementation of this method?
>
> I'll clarify this to refer to an HKDF implementation.

Resolved in https://github.com/openjdk/jdk/pull/20301/commits/309a92533770ed735bbee2e6ecdef128fc2ac93d.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20301#discussion_r1735265832


More information about the security-dev mailing list