mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-18 23:42:32 +00:00
Improve wording
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
b4d15b1556
commit
2b03457ca5
@ -175,9 +175,9 @@ number of Miller-Rabin rounds.
|
|||||||
|
|
||||||
### Deprecated functions were removed from DRBGs
|
### Deprecated functions were removed from DRBGs
|
||||||
|
|
||||||
The functions `mbedtls_ctr_drbg_update()` and `mbedtls_hmac_drbg_update()`
|
The functions `mbedtls_ctr_drbg_update_ret()` and `mbedtls_hmac_drbg_update_ret()`
|
||||||
were removed. They were superseded by `mbedtls_ctr_drbg_update_ret()` and
|
were renamed to replace the corresponding functions without `_ret` appended. Please call
|
||||||
`mbedtls_hmac_drbg_update_ret()` respectively.
|
the name without `_ret` appended and check the return value.
|
||||||
|
|
||||||
### Deprecated hex-encoded primes were removed from DHM
|
### Deprecated hex-encoded primes were removed from DHM
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user