added cose_key descriptions

This commit is contained in:
merlokk 2018-11-26 19:22:44 +02:00
commit 0a2f874ac3
2 changed files with 34 additions and 16 deletions

View file

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