mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
extract some descriptions from cose_key
This commit is contained in:
parent
56c9270574
commit
f7354c705d
2 changed files with 50 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
extern const char *GetCOSEAlgName(int id);
|
||||
extern const char *GetCOSEAlgDescription(int id);
|
||||
extern const char *GetCOSEktyDescription(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