added showing cose_key in cbor text type

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

View file

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