mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-06-16 19:50:01 +02:00
Change namespace and header guards from libeosio to libantelope
This commit is contained in:
parent
0cfd459c71
commit
6824a2f49e
32 changed files with 176 additions and 176 deletions
10
src/WIF.cpp
10
src/WIF.cpp
|
|
@ -23,12 +23,12 @@
|
|||
*/
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
#include <libeosio/base58.hpp>
|
||||
#include <libeosio/checksum.hpp>
|
||||
#include <libeosio/WIF.hpp>
|
||||
#include <libantelope/base58.hpp>
|
||||
#include <libantelope/checksum.hpp>
|
||||
#include <libantelope/WIF.hpp>
|
||||
#include "wif/codec.hpp"
|
||||
|
||||
namespace libeosio {
|
||||
namespace libantelope {
|
||||
|
||||
const std::string WIF_PUB_LEG = "EOS";
|
||||
const std::string WIF_PUB_K1 = "PUB_K1_";
|
||||
|
|
@ -154,4 +154,4 @@ std::string wif_sig_encode(const ec_signature_t& sig) {
|
|||
return WIF_SIG_K1 + base58_encode(buf, buf + sizeof(buf));
|
||||
}
|
||||
|
||||
} // namespace libeosio
|
||||
} // namespace libantelope
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue