mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
relax ecdsa_publickey_ng_t, should help MacOS compilation
This commit is contained in:
parent
86de7f512c
commit
c9f2c17841
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ typedef struct {
|
|||
const uint8_t keylen;
|
||||
const char *desc;
|
||||
const char *value;
|
||||
} PACKED ecdsa_publickey_ng_t;
|
||||
} ecdsa_publickey_ng_t;
|
||||
|
||||
int originality_check_verify(uint8_t *data, uint8_t data_len, uint8_t *signature, uint8_t signature_len, pk_type_t type);
|
||||
int originality_check_verify_ex(uint8_t *data, uint8_t data_len, uint8_t *signature, uint8_t signature_len, pk_type_t type, bool reverse, bool hash);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue