32 #include "crypto/crypto.cpp"
37 return sc_check(crypto::operator &(scalar)) == 0;
int sc_check(const unsigned char *)
void ge_fromfe_frombytes_vartime(ge_p2 *, const unsigned char *)
void hash_to_ec(const public_key &key, ge_p3 &res)
void hash_to_scalar(const void *data, size_t length, ec_scalar &res)
void random_scalar(ec_scalar &res)
bool check_scalar(const crypto::ec_scalar &scalar)
void hash_to_scalar(const void *data, std::size_t length, crypto::ec_scalar &res)
void random_scalar(crypto::ec_scalar &res)
void hash_to_point(const crypto::hash &h, crypto::ec_point &res)
void hash_to_ec(const crypto::public_key &key, crypto::ec_point &res)