crypto: revert odd namespace changes made in #3303

This commit is contained in:
stoffu 2018-03-05 17:20:36 +09:00
parent 8705beaf51
commit b2d23b189e
No known key found for this signature in database
GPG key ID: 41DAB8343A9EC012
3 changed files with 7 additions and 16 deletions

View file

@ -436,7 +436,7 @@ namespace crypto {
return sc_isnonzero(&c2) == 0;
}
void crypto_ops::hash_to_ec(const public_key &key, ge_p3 &res) {
static void hash_to_ec(const public_key &key, ge_p3 &res) {
hash h;
ge_p2 point;
ge_p1p1 point2;