mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-06-17 03:50:04 +02:00
src/openssl/internal.h: Adding ECDSA_SIG_recover_key_GFp function definition.
This commit is contained in:
parent
e4150af355
commit
d695d1c9ad
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ extern "C" {
|
|||
|
||||
int calculate_pubkey(const EC_GROUP *group, const EC_KEY *ec_key, EC_POINT **point);
|
||||
|
||||
int ECDSA_SIG_recover_key_GFp(EC_KEY *eckey, const BIGNUM* r, const BIGNUM* s, const unsigned char *msg, int msglen, int recid, int check);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue