PK: reuse some eckey functions for ecdsa

Also add some forgotten 'static' while at it.
This commit is contained in:
Manuel Pégourié-Gonnard 2013-08-14 18:16:50 +02:00
parent c6ac8870d5
commit 09162ddcaa
2 changed files with 52 additions and 48 deletions

View file

@ -95,6 +95,8 @@ ecp_group;
* \brief ECP key pair structure
*
* A generic key pair that could be used for ECDSA, fixed ECDH, etc.
*
* \note Members purposefully in the same order as struc ecdsa_context.
*/
typedef struct
{