1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00:03 +02:00

string: add l33twords() function.

This commit is contained in:
Henrik Hautakoski 2020-01-15 12:03:14 +01:00
parent e5c096c709
commit 4f4444a62a
2 changed files with 51 additions and 0 deletions

View file

@ -41,4 +41,6 @@ std::string& trim(std::string& str);
std::string& base58_strip(std::string &str);
strlist_t l33twords(const std::string& str);
#endif /* STRING_H */