added showing cose_key in cbor text type

This commit is contained in:
merlokk
2018-11-26 18:30:14 +02:00
parent 44ed826840
commit b9c4bd1e0c
5 changed files with 27 additions and 3 deletions

View File

@@ -20,4 +20,6 @@
extern const char *GetCOSEAlgName(int id);
extern const char *GetCOSEAlgDescription(int id);
extern int COSEGetECDSAKey(uint8_t *data, size_t datalen, bool verbose, uint8_t *public_key);
#endif /* __COSE_H__ */