mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-25 18:02:33 +00:00
Add a new function mbedtls_ctr_drbg_set_nonce_len() which configures the DRBG instance to call f_entropy a second time during the initial seeding to grab a nonce. The default nonce length is 0, so there is no behavior change unless the user calls the new function.