base58: move into its own package
It doesn't belong to crypto in any way other than it uses hash function internally.
This commit is contained in:
parent
5dd8d29534
commit
369ac01a27
7 changed files with 30 additions and 23 deletions
4
pkg/encoding/base58/doc.go
Normal file
4
pkg/encoding/base58/doc.go
Normal file
|
@ -0,0 +1,4 @@
|
|||
/*
|
||||
Package base58 wraps generic base58 encoder with NEO-specific checksumming.
|
||||
*/
|
||||
package base58
|
Loading…
Add table
Add a link
Reference in a new issue