Add eckey to ecdsa conversion in the PK layer

This commit is contained in:
Manuel Pégourié-Gonnard 2013-08-09 15:04:26 +02:00
parent b4d69c41f8
commit 211a64c79f
3 changed files with 69 additions and 0 deletions

View file

@ -31,6 +31,8 @@
/**
* \brief ECDSA context structure
*
* \note Purposefully begins with the same members as struct ecp_keypair.
*/
typedef struct
{