Merge pull request #58 from multiformats/kumavis-patch-1

remove incorrect base2 code
This commit is contained in:
Jakub Sztandera 2017-09-06 08:17:43 +02:00 committed by GitHub
commit 445a8aaee0

View File

@ -5,7 +5,7 @@ bin, raw binary, 0x55
bases encodings,, bases encodings,,
base1, unary, 0x01 base1, unary, 0x01
base2, binary (0 and 1), 0x55 base2, binary (0 and 1), 0x
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) 0x55 0x
7 base8 octal 0x07
8 base10 decimal 0x09
9 base16 hexadecimal 0x
10 base32 rfc4648 0x
11 base32hex rfc4648 0x