mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
added cose_key descriptions
This commit is contained in:
parent
f7354c705d
commit
0a2f874ac3
2 changed files with 34 additions and 16 deletions
|
@ -20,6 +20,7 @@
|
|||
extern const char *GetCOSEAlgName(int id);
|
||||
extern const char *GetCOSEAlgDescription(int id);
|
||||
extern const char *GetCOSEktyDescription(int id);
|
||||
extern const char *GetCOSECurveDescription(int id);
|
||||
|
||||
extern int COSEGetECDSAKey(uint8_t *data, size_t datalen, bool verbose, uint8_t *public_key);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue