added ecdsa to factotum
This commit is contained in:
parent
46efa642ad
commit
d2357e6961
6 changed files with 265 additions and 1 deletions
|
@ -435,5 +435,7 @@ int ecverify(ECdomain *, ECpoint *);
|
|||
int ecpubverify(ECdomain *, ECpub *);
|
||||
void ecdsasign(ECdomain *, ECpriv *, uchar *, int, mpint *, mpint *);
|
||||
int ecdsaverify(ECdomain *, ECpub *, uchar *, int, mpint *, mpint *);
|
||||
void base58enc(uchar *, char *, int);
|
||||
int base58dec(char *, uchar *, int);
|
||||
|
||||
DigestState* ripemd160(uchar *, ulong, uchar *, DigestState *);
|
||||
DigestState* ripemd160(uchar *, ulong, uchar *, DigestState *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue