PK: reuse some eckey functions for ecdsa
Also add some forgotten 'static' while at it.
This commit is contained in:
parent
c6ac8870d5
commit
09162ddcaa
2 changed files with 52 additions and 48 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue