neo-go/pkg/encoding/base58/doc.go
Roman Khimov 369ac01a27 base58: move into its own package
It doesn't belong to crypto in any way other than it uses hash function
internally.
2019-12-25 15:05:54 +03:00

4 lines
97 B
Go

/*
Package base58 wraps generic base58 encoder with NEO-specific checksumming.
*/
package base58