mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-11-09 18:00:58 +03:00
The following function calls are being deprecated to introduce int
return values.
* mbedtls_md2()
* mbedtls_md2_starts()
* mbedtls_md2_update()
* mbedtls_md2_finish()
* mbedtls_md2_process()
The return codes can be used to return error values. This is important
when using hardware accelerators.
8.3 KiB
8.3 KiB