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:
Roman Khimov 2019-12-25 15:05:54 +03:00
parent 5dd8d29534
commit 369ac01a27
7 changed files with 30 additions and 23 deletions

View file

@ -0,0 +1,4 @@
/*
Package base58 wraps generic base58 encoder with NEO-specific checksumming.
*/
package base58