On Tue, 23 Jul 2024 16:29:40 GMT, Kevin Driver <[email protected]> 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).
> 
> Work was begun in [another PR](https://github.com/openjdk/jdk/pull/18924).

This pull request has now been integrated.

Changeset: 2a1ae0ff
Author:    Kevin Driver <[email protected]>
URL:       
https://git.openjdk.org/jdk/commit/2a1ae0ff89a8ac364206b09059d9dc884adcc5ac
Stats:     3321 lines in 17 files changed: 3320 ins; 0 del; 1 mod

8331008: Implement JEP 478: Key Derivation Function API (Preview)

Co-authored-by: Rajan Halade <[email protected]>
Co-authored-by: Weijun Wang <[email protected]>
Co-authored-by: Valerie Peng <[email protected]>
Reviewed-by: weijun, valeriep

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

PR: https://git.openjdk.org/jdk/pull/20301

Reply via email to