mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
added showing cose_key in cbor text type
This commit is contained in:
parent
44ed826840
commit
b9c4bd1e0c
5 changed files with 27 additions and 3 deletions
|
@ -126,5 +126,10 @@ const char *GetCOSEAlgDescription(int id) {
|
|||
return COSEEmptyStr;
|
||||
}
|
||||
|
||||
int COSEGetECDSAKey(uint8_t *data, size_t datalen, bool verbose, uint8_t *public_key) {
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue