mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-27 13:58:05 +00:00
5 lines
97 B
Go
5 lines
97 B
Go
|
/*
|
||
|
Package base58 wraps generic base58 encoder with NEO-specific checksumming.
|
||
|
*/
|
||
|
package base58
|