1
0
Fork 0
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:
Henrik Hautakoski 2023-04-06 14:23:05 +02:00
parent 0cfd459c71
commit 6824a2f49e
32 changed files with 176 additions and 176 deletions

View file

@ -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