spc476 / CBOR

The most comprehensive CBOR module in the Lua universe.
GNU Lesser General Public License v3.0
22 stars 3 forks source link

Anything needed for RFC 8949 update? #8

Open cabo opened 3 years ago

cabo commented 3 years ago

https://cbor.io cites this repo saying "supports everything mentioned in RFC 7049". A new edition of RFC 7049 has become available as RFC 8949. While there are no technical changes, there is, for instance, a slightly fixed "deterministic encoding" procedure alongside the one from RFC 7049. Can you check that I can simply update that citation?

spc476 commented 3 years ago

Yeah. There's some tags I need to add support for some of the new tags from other RFCs, but that should be pretty straight forward. Also, my libraries don't do "deterministic encoding" out of the box, but it would certainly be possible for an end-user to do.