Re: Add pbkdf2_hmac_sha384 and pbkdf2_hmac_sha512 to Nettle

2021-02-01 Thread Niels Möller
Nicolas Mora writes: > I just opened a merge request [1] to add pbkdf2_hmac_sha384 and > pbkdf2_hmac_sha512 to the Nettle library. Looks good, merged to the master-updates branch with minor comment edits. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Inter

Add pbkdf2_hmac_sha384 and pbkdf2_hmac_sha512 to Nettle

2021-01-31 Thread Nicolas Mora
Hello, I just opened a merge request [1] to add pbkdf2_hmac_sha384 and pbkdf2_hmac_sha512 to the Nettle library. These pbkdf2 functions are required to implement pbes2-* key management algorithms defined in the JSON Web Encryption (JWE) and JSON Web Algorithms (JWA) specifications [2], [3].