On Tue, 23 Apr 2024 20:42:51 GMT, Kevin Driver <kdri...@openjdk.org> wrote:

> Introduce an API for Key Derivation Functions (KDFs), which are cryptographic 
> algorithms for deriving additional keys from a secret key and other data. See 
> [JEP 478](https://openjdk.org/jeps/478).

src/java.base/share/classes/com/sun/crypto/provider/SunJCE.java line 1:

> 1: /*

You also need to add a new section to the Standard Algorithm Names 
specification for KDF and these new HKDF algorithms. The source for that 
specification lives in the closed repo. Ping me for further questions or 
details about that.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18924#discussion_r1594594700

Reply via email to