Misc documentation fixes/improvements
This commit is contained in:
parent
7037e222ea
commit
eaf55beead
3 changed files with 10 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue