Closed JuliusGoddard closed 3 years ago
Is it possible to add a cbor.tag at the beginning of the COSE signature? Many COSE signatures have these tags in front of them. it would only be a numerical value of "6" or "15" for example.
Solved: the tag is added automatically as long as you specify this in the encoding step: en = msg.encode(tag=True,sign=True)
Is it possible to add a cbor.tag at the beginning of the COSE signature? Many COSE signatures have these tags in front of them. it would only be a numerical value of "6" or "15" for example.