add 0x00 for multibase binary

//cc @whyrusleeping
This commit is contained in:
David Dias 2017-10-24 13:44:15 +01:00 committed by GitHub
parent 939adcc6f5
commit 94c89eecba

View File

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