mirror of
https://github.com/openssl/openssl.git
synced 2024-12-14 04:24:23 +08:00
update
This commit is contained in:
parent
c2db9cfb52
commit
0b3fc6e63b
@ -22,7 +22,7 @@ ecdsa - Elliptic Curve Digital Signature Algorithm
|
||||
ECDSA_SIG* ECDSA_do_sign(const unsigned char *dgst, int dgst_len,
|
||||
EC_KEY *eckey);
|
||||
int ECDSA_do_verify(const unsigned char *dgst, int dgst_len,
|
||||
ECDSA_SIG *sig, EC_KEY* eckey);
|
||||
const ECDSA_SIG *sig, EC_KEY* eckey);
|
||||
int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx,
|
||||
BIGNUM **kinv, BIGNUM **rp);
|
||||
int ECDSA_sign(int type, const unsigned char *dgst,
|
||||
|
Loading…
Reference in New Issue
Block a user