2 Commits

Author SHA1 Message Date
Steven Allen
b84fc17b77 Merge pull request #30 from multiformats/feat/remove-base1
feat: remove base1 support
2019-07-26 11:56:38 -07:00
Steven Allen
f279c85720 feat: remove base1 support
see:

* https://github.com/multiformats/multibase/pull/48
* https://github.com/multiformats/multibase/pull/57
2019-07-26 11:56:01 -07:00
2 changed files with 1 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ type Encoding int
// supported yet
const (
Identity = 0x00
Base1 = '1'
Base2 = '0'
Base8 = '7'
Base10 = '9'

2
spec

Submodule spec updated: f0792f7030...65d3fff834