add bits needed for EC
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24800 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
9
lib/hcrypto/ecdsa.h
Normal file
9
lib/hcrypto/ecdsa.h
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
int ECDSA_verify(int, const unsigned char *, unsigned int,
|
||||
unsigned char *, unsigned int, EC_KEY *);
|
||||
|
||||
int ECDSA_sign(int, const unsigned char *, unsigned int,
|
||||
unsigned char *, unsigned int *, EC_KEY *);
|
||||
|
||||
int ECDSA_size(EC_KEY *);
|
||||
|
Reference in New Issue
Block a user