whyrusleeping / cbor-gen

Codegen for cbor codecs on your types
MIT License
35 stars 25 forks source link

fix: reject negative big integers #100

Closed Stebalien closed 3 months ago

Stebalien commented 3 months ago

We don't encode the sign, so we should reject these numbers.