mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-18 04:00:03 +02:00
core/string.h: move base58 functions to crypto/base58.h
This commit is contained in:
parent
040d3457ef
commit
4a64da310b
5 changed files with 23 additions and 13 deletions
|
|
@ -43,7 +43,6 @@ std::string& rtrim(std::string& str);
|
|||
std::string& ltrim(std::string& str);
|
||||
std::string& trim(std::string& str);
|
||||
|
||||
std::string& base58_strip(std::string &str);
|
||||
strlist_t& base58_strip(strlist_t& list);
|
||||
|
||||
strlist_t l33twords(std::string str);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue