mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-06-18 04:20:03 +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
|
|
@ -23,10 +23,10 @@
|
|||
*/
|
||||
#include <secp256k1.h>
|
||||
#include <secp256k1_recovery.h>
|
||||
#include <libeosio/ec.hpp>
|
||||
#include <libantelope/ec.hpp>
|
||||
#include "rng.h"
|
||||
|
||||
namespace libeosio {
|
||||
namespace libantelope {
|
||||
|
||||
extern secp256k1_context* ctx;
|
||||
|
||||
|
|
@ -115,4 +115,4 @@ int ecdsa_recover(const sha256_t* digest, const ec_signature_t& sig, ec_pubkey_t
|
|||
return len != EC_PUBKEY_SIZE ? -1 : 0;
|
||||
}
|
||||
|
||||
} // namespace libeosio
|
||||
} // namespace libantelope
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue