1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #7700 from silabs-Kusumit/PBKDF2_output_bytes

PBKDF2: Output bytes
This commit is contained in:
Gilles Peskine
2023-06-16 10:08:02 +02:00
committed by GitHub
5 changed files with 227 additions and 14 deletions

View File

@@ -0,0 +1,2 @@
Features
* Add support for PBKDF2-HMAC through the PSA API.