From 94c89eecbac039d445909ce96105a6a5feca2d9c Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 24 Oct 2017 13:44:15 +0100 Subject: [PATCH] add 0x00 for multibase binary //cc @whyrusleeping --- table.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table.csv b/table.csv index c8ff2f0..9344aa8 100644 --- a/table.csv +++ b/table.csv @@ -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