mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:15:07 +00:00
Update ecdsa.h
minor fix based on review comments
This commit is contained in:
parent
14d0d57c51
commit
ec5d416cb2
|
@ -238,7 +238,8 @@ int mbedtls_ecdsa_write_signature( mbedtls_ecdsa_context *ctx, mbedtls_md_type_t
|
||||||
*
|
*
|
||||||
* \see ecp.h
|
* \see ecp.h
|
||||||
*
|
*
|
||||||
* \deprecated Superseded by mbedtls_ecdsa_write_signature() in 2.0.0
|
* \deprecated Superseded by mbedtls_ecdsa_write_signature() in
|
||||||
|
* Mbed TLS version 2.0 and later.
|
||||||
*
|
*
|
||||||
* \param ctx The ECDSA context.
|
* \param ctx The ECDSA context.
|
||||||
* \param hash The message hash.
|
* \param hash The message hash.
|
||||||
|
|
Loading…
Reference in a new issue