1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Add ecdsa example program

This commit is contained in:
Manuel Pégourié-Gonnard
2013-08-09 17:10:27 +02:00
parent 8eebd012b9
commit aa431613b3
5 changed files with 206 additions and 1 deletions

View File

@@ -84,7 +84,8 @@ int ecdsa_verify( const ecp_group *grp,
const ecp_point *Q, const mpi *r, const mpi *s);
/**
* \brief Compute ECDSA signature and write it to buffer
* \brief Compute ECDSA signature and write it to buffer,
* serialized as defined in RFC 4492 page 20.
*
* \param ctx ECDSA context
* \param hash Message hash