-
```js
const cbor = require('cbor-web');
(async () => {
console.log(await cbor.diagnose(Buffer.from('d28443a10126a0f75840430c3d8593664fcc91be9e636d188161224da282b47aec290590c208ec0f350098e65861427…
OR13 updated
9 months ago
-
Was found during the using cddl tools at https://github.com/ietf-teep/teep-protocol/issues/198.
Values for the bellow COSE_*_Tagged were undefined in the cddl file.
```
SUIT_Authentication_Bloc…
-
**Describe the bug**
cbor_load returns CBOR_ERR_MALFORMATED upon receipt of all tags between 6 and 20 inclusive, including cose-sign1 (18) and cose-encrypt0 (16) in particular. The relevant code is i…
-
```
~/t_cose# env CRYPTO_LIB=/usr/local/lib/libmbedcrypto.a CRYPTO_INC="-I $MBEDTLS_INCLUDE_DIR" QCBOR_LIB="-lqcbor -lm" make -f Makefile.psa -e
cc -I inc -I test -I src -I /tmp/mbedtls/include -I…
-
The doc uses the three interchangeably
Is there a preferred reference to be consistent?
-
Because the features we propose are complicated and there is not so many implementations.
Jupyter notebook might be better.
-
-
Example found here:
https://c2pa.org/specifications/specifications/1.3/specs/C2PA_Specification.html#_w3c_verifiable_credentials
```json
{
"@context": [
"https://www.w3.org/2018/credent…
OR13 updated
7 months ago
-
Hi,
I think I have encountered an issue when verifying a signature, or I might've just misunderstood the process of verifying a signature created by a CIP30 wallets `signData`. I don't quite unders…
-
There are a lot of security mechanisms in both SUIT Manifest document and this document.
Avoiding them to be misused, how about adding a guidance for selecting mechanisms and reconstruct the chapter?…