mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-11-23 00:02:39 +03:00
Misc documentation fixes/improvements
This commit is contained in:
@@ -52,6 +52,10 @@ extern "C" {
|
||||
|
||||
/**
|
||||
* \brief ECDSA context structure
|
||||
*
|
||||
* \warning Performing multiple operations concurrently on the same
|
||||
* ECDSA context is not supported; objects of this type
|
||||
* should not be shared between multiple threads.
|
||||
*/
|
||||
typedef mbedtls_ecp_keypair mbedtls_ecdsa_context;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user