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