mirror of
https://github.com/monero-project/monero.git
synced 2025-08-11 14:40:13 -04:00
crypto: revert odd namespace changes made in #3303
This commit is contained in:
parent
8705beaf51
commit
b2d23b189e
3 changed files with 7 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue