mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-11-11 05:22:30 +03:00
The following function calls are being deprecated to introduce int
return values.
* mbedtls_sha1()
* mbedtls_sha1_starts()
* mbedtls_sha1_update()
* mbedtls_sha1_finish()
* mbedtls_sha1_process()
The return codes can be used to return error values. This is important
when using hardware accelerators.
12 KiB
12 KiB