mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-11-24 12:01:11 +03:00
The intended use of the abstraction layer for Elliptic Curve Point arithmetic is to enable using hardware cryptographic accelerators. These devices are a shared resource and the driver code rarely provides thread safety. This commit adds mutexes to the abstraction layer to protect the device in a multi-threaded environment.
66 KiB
66 KiB