1
0
Fork 0
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:
Henrik Hautakoski 2023-03-22 14:21:17 +01:00
parent e4150af355
commit d695d1c9ad

View file

@ -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