TimothyClaeys / pycose

A Python implementation of the COSE specification (CBOR Object Signing and Encryption) described in RFC 8152.
https://tools.ietf.org/html/rfc8152
Other
39 stars 24 forks source link

Readme: 0's instead of 1's? #53

Closed yspreen closed 3 years ago

yspreen commented 3 years ago

The readme mentions Sign and Sign0 cases, while the COSE standard specifies the same differentiation (i.e. either many or 1 recipient), but calls it Sign and Sign1.

In fact the pycose docs and code seem to follow this standard as well: https://pycose.readthedocs.io/en/latest/examples.html
Only the readme is off.

TimothyClaeys commented 3 years ago

Thanks for the issue, should be fixed now.