lockblox / multihash

C++ Implementation of Multihash
MIT License
10 stars 2 forks source link

Incorrect blake2b and blake2s codecs #2

Open Stebalien opened 5 years ago

Stebalien commented 5 years ago

Blake2b and blake2s are actually hash families so the codes 0x40 and 0x41 were replaced with code ranges. See: https://github.com/multiformats/multicodec/blob/master/table.csv#L62-L157

markovchainy commented 5 years ago

I've removed these codes pending implementation of varint to support the code ranges