Changelog entry for adding mbedtls_mpi_random()

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2021-06-03 18:10:04 +02:00
parent 1e918f44c9
commit fdc58c1e8b
+3
View File
@@ -0,0 +1,3 @@
Features
* The new function mbedtls_mpi_random() generates a random value in a
given range uniformly.