Skip to content

Commit 2f5779b

Browse files
authored
remove base1
Base1 has been removed from the spec for compatibility/uselessness reasons: * multiformats/multibase#57 * multiformats/multibase#47
1 parent 0f02fa1 commit 2f5779b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/ipfs/multibase/Multibase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ public class Multibase {
77

88
public enum Base {
99
// encoding(code)
10-
Base1('1'), // unary tends to be 11111
1110
Base2('0'), // binary has 1 and 0
1211
Base8('7'), // highest char in octal
1312
Base10('9'), // highest char in decimal

0 commit comments

Comments
 (0)