JulienPalard / multihash

Python 3, PEP 247 compliant, multihash implementation.
5 stars 3 forks source link

Use varints instead of fixed-size-bytes, as told in the spec #1

Open JulienPalard opened 8 years ago

JulienPalard commented 8 years ago

See: https://github.com/jbenet/random-ideas/issues/1

The spec seems not completly sure about it, so I'll take my time on this. Also we have a few dozen years before diverging between raw bytes and varint, so we're cool, let's just keep an eye on it.