We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f02fa1 + 2f5779b commit c9329b4Copy full SHA for c9329b4
1 file changed
src/main/java/io/ipfs/multibase/Multibase.java
@@ -7,7 +7,6 @@ public class Multibase {
7
8
public enum Base {
9
// encoding(code)
10
- Base1('1'), // unary tends to be 11111
11
Base2('0'), // binary has 1 and 0
12
Base8('7'), // highest char in octal
13
Base10('9'), // highest char in decimal
0 commit comments