On Thu, 8 Aug 2024 01:48:27 GMT, Valerie Peng wrote:
>> src/java.base/share/classes/javax/crypto/KDF.java line 253:
>>
>>> 251: public static KDF getInstance(String algorithm, String provider)
>>> 252: throws NoSuchAlgorithmException, NoSuchProviderException {
>>> 253: Object
On Fri, 2 Aug 2024 19:19:54 GMT, Kevin Driver 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
On Fri, 2 Aug 2024 19:19:54 GMT, Kevin Driver 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