1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-04-19 01:04:04 +03:00

Merge pull request #10074 from bjwtaylor/rng-documentation

Add ChangeLog for rng
This commit is contained in:
Manuel Pégourié-Gonnard 2025-04-14 10:03:58 +00:00 committed by GitHub
commit 8ab3d8c25d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,5 @@
API changes
* All API functions now use the PSA random generator psa_get_random()
internally. As a consequence, functions no longer take RNG parameters.
Please refer to the migration guide at :
tf-psa-crypto/docs/4.0-migration-guide.md.