Fix spelling of psa_generate_random()

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2025-06-25 21:19:26 +02:00
parent fbab8c1df1
commit 2ee5c55c79

View File

@ -1,5 +1,5 @@
API changes
* All API functions now use the PSA random generator psa_get_random()
* 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 :
tf-psa-crypto/docs/4.0-migration-guide.md.