mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-20 09:56:45 +02:00
Adding "eoskeygen" namespace.
This commit is contained in:
parent
20a47d11b5
commit
0e9d23086f
22 changed files with 95 additions and 11 deletions
|
|
@ -27,8 +27,12 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace eoskeygen {
|
||||
|
||||
std::string base58_encode(const std::string& str);
|
||||
std::string base58_encode(const std::vector<unsigned char>& vch);
|
||||
std::string base58_encode(const unsigned char* pbegin, const unsigned char* pend);
|
||||
|
||||
} //namespace eoskeygen
|
||||
|
||||
#endif /* BASE58_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue