On Tue, 23 Jul 2024 16:29:40 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). > > 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 <kdri...@openjdk.org> 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 <rhal...@openjdk.org> Co-authored-by: Weijun Wang <wei...@openjdk.org> Co-authored-by: Valerie Peng <valer...@openjdk.org> Reviewed-by: weijun, valeriep ------------- PR: https://git.openjdk.org/jdk/pull/20301