mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-26 17:58:43 +00:00
Split mbedtls_ctr_drbg_init() -> seed()
This commit is contained in:
@@ -18,6 +18,7 @@ API Changes
|
||||
mbedtls_ccm_init() -> mbedtls_ccm_setkey()
|
||||
mbedtls_gcm_init() -> mbedtls_gcm_setkey()
|
||||
mbedtls_hmac_drbg_init() -> mbedtls_hmac_drbg_init(_buf)()
|
||||
mbedtls_ctr_drbg_init() -> mbedtls_ctr_drbg_init(_buf)()
|
||||
* In the threading layer, mbedtls_mutex_init() and mbedtls_mutex_free() now
|
||||
return void.
|
||||
* ecdsa_write_signature() gained an addtional md_alg argument and
|
||||
|
||||
Reference in New Issue
Block a user