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