multiformats / clj-multihash

Clojure implementation of the Multihash spec
The Unlicense
40 stars 15 forks source link

Length should be varint #12

Closed blabno closed 1 year ago

blabno commented 4 years ago

According to this https://multiformats.io/multihash/#the-multihash-format the length should be var int while current implementation reads only one byte https://github.com/multiformats/clj-multihash/blob/develop/src/multihash/core.cljc#L200

blabno commented 4 years ago

Same with the code.

rvagg commented 1 year ago

closing due to inactivity, archiving repo