multiformats/multihash

Nitpick: one of the example bytes has 9 bits

johnchandlerburnham opened this issue · 1 comments

In https://github.com/multiformats/multihash/blob/master/README.md#format:

fn code  dig size hash digest
-------- -------- ------------------------------------
00010001 00000100 101101100 11111000 01011100 10110101
sha1     4 bytes  4 byte sha1 digest

101101100 has 9 bits.

Not really a big deal, but thought I'd mention it.

rvagg commented

nice catch! #136