commit | aa431613b3b4e4926bd082ff2999df2dfcf7977b | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Aug 09 17:10:27 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Aug 20 20:08:29 2013 +0200 |
tree | f54fbefa492244b6ddbad4e39db3dbf0b16bc888 | |
parent | 8eebd012b963a2f2783d54bb6e7363b451f38bc8 [diff] |
Add ecdsa example program
diff --git a/include/polarssl/ecdsa.h b/include/polarssl/ecdsa.h index cd1987e..d61e82c 100644 --- a/include/polarssl/ecdsa.h +++ b/include/polarssl/ecdsa.h
@@ -84,7 +84,8 @@ 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