Merge pull request #65 from multiformats/diasdavid-patch-1

add 0x00 for multibase binary
This commit is contained in:
Jeromy Johnson 2017-10-24 13:49:26 +01:00 committed by GitHub
commit 2780ba33ce

View File

@ -5,7 +5,7 @@ raw, raw binary, 0x55
bases encodings,,
base1, unary, 0x01
base2, binary (0 and 1), 0x
base2, binary (0 and 1), 0x00
base8, octal, 0x07
base10, decimal, 0x09
base16, hexadecimal, 0x

1 codec description code
5 base1 unary 0x01
6 base2 binary (0 and 1) 0x 0x00
7 base8 octal 0x07
8 base10 decimal 0x09
9 base16 hexadecimal 0x
10 base32 rfc4648 0x
11 base32hex rfc4648 0x