33#if defined(__cplusplus)
41#if defined(__cplusplus)
static uint64_t h
Definition blockchain_stats.cpp:55
void setup_random(void)
Definition random.c:35
const char * res
Definition hmac_keccak.cpp:42
const char * key
Definition hmac_keccak.cpp:40
POD_CLASS ec_point
Definition crypto.h:55
POD_CLASS public_key
Definition crypto.h:64
POD_CLASS ec_scalar
Definition crypto.h:59
POD_CLASS hash
Definition hash.h:49
bool check_scalar(const crypto::ec_scalar &scalar)
Definition crypto.cpp:65
bool check_ge_p3_identity_success(const crypto::public_key &point)
Definition crypto.cpp:97
void hash_to_scalar(const void *data, std::size_t length, crypto::ec_scalar &res)
Definition crypto.cpp:73
void random_scalar(crypto::ec_scalar &res)
Definition crypto.cpp:69
bool check_ge_p3_identity_failure(const crypto::public_key &point)
Definition crypto.cpp:89
void hash_to_point(const crypto::hash &h, crypto::ec_point &res)
Definition crypto.cpp:77
void hash_to_ec(const crypto::public_key &key, crypto::ec_point &res)
Definition crypto.cpp:83
std::string data
Definition base58.cpp:37