Fork bigints into src/cbor/private
Skip nodes during parser by read, not seeking
Stdin cannot be seeked, so read and discard to skip something.
20221007
1 year, 10 months ago
.tar.gz
browse
log
Sort in bytewise lexicographic order
The length-first sorting algormithm from RFC7049 was being used
but this was replaced in RFC8949.
Make writing byte-strings easier
Cast all comparisons to 64bit to support 32 bit architectures
Cast all comparisons to 64bit to support 32 bit architectures
The dependency is bigints not bignum
Add `isTagged`
Calling `tag` raises an exception for untagged items, add an
accessor for checking the presence of a tag.