1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-26 08:22:31 +03:00

Changelog entry for adding mbedtls_mpi_random()

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2021-03-31 23:15:00 +02:00
parent 9312ba5304
commit cba4b35fcb

View File

@@ -0,0 +1,3 @@
Features
* The new function mbedtls_mpi_random() generates a random value in a
given range uniformly.