extract some descriptions from cose_key

This commit is contained in:
merlokk 2018-11-26 19:16:47 +02:00
commit f7354c705d
2 changed files with 50 additions and 0 deletions

View file

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