mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Update visibility of various items in Monero
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use curve25519_dalek::edwards::EdwardsPoint;
|
||||
|
||||
pub(crate) use monero_generators::{hash_to_point as raw_hash_to_point};
|
||||
pub use monero_generators::{hash_to_point as raw_hash_to_point};
|
||||
|
||||
pub fn hash_to_point(key: EdwardsPoint) -> EdwardsPoint {
|
||||
raw_hash_to_point(key.compress().to_bytes())
|
||||
|
||||
Reference in New Issue
Block a user