mirror of
https://github.com/monero-project/monero.git
synced 2026-01-04 16:57:44 -08:00
crypto: revert odd namespace changes made in #3303
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user