Skip to content

Commit

Permalink
Merge pull request #30 from multiformats/feat/remove-base1
Browse files Browse the repository at this point in the history
feat: remove base1 support
  • Loading branch information
Stebalien authored Jul 26, 2019
2 parents d636419 + f279c85 commit b84fc17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion multibase.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ type Encoding int
// supported yet
const (
Identity = 0x00
Base1 = '1'
Base2 = '0'
Base8 = '7'
Base10 = '9'
Expand Down
2 changes: 1 addition & 1 deletion spec
Submodule spec updated 2 files
+29 −26 README.md
+0 −1 multibase.csv

0 comments on commit b84fc17

Please sign in to comment.