Misc documentation fixes/improvements

This commit is contained in:
Manuel Pégourié-Gonnard 2017-08-23 14:40:21 +02:00
parent 7037e222ea
commit eaf55beead
3 changed files with 10 additions and 2 deletions

View file

@ -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;