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:
Love Hörnquist Åstrand
2009-02-22 23:29:06 +00:00
parent 50c7425369
commit d1a451880e
3 changed files with 55 additions and 0 deletions

9
lib/hcrypto/ecdsa.h Normal file
View 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 *);