mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
7 lines
247 B
Plaintext
7 lines
247 B
Plaintext
API changes
|
|
* All API functions now use the PSA random generator psa_generate_random()
|
|
internally. As a consequence, functions no longer take RNG parameters.
|
|
Please refer to the migration guide at :
|
|
docs/4.0-migration-guide.md.
|
|
|