mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-24 10:23:41 +02:00
Adding "eoskeygen" namespace.
This commit is contained in:
parent
20a47d11b5
commit
0e9d23086f
22 changed files with 95 additions and 11 deletions
|
|
@ -27,10 +27,14 @@
|
|||
#include <string>
|
||||
#include "ec/types.h"
|
||||
|
||||
namespace eoskeygen {
|
||||
|
||||
std::string wif_priv_encode(ec_privkey_t priv);
|
||||
|
||||
std::string wif_pub_encode(ec_pubkey_t pub);
|
||||
|
||||
void wif_print_key(const struct ec_keypair *key);
|
||||
|
||||
} // namespace eoskeygen
|
||||
|
||||
#endif /* WIF_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue