Smash out MLSAG

This commit is contained in:
Luke Parker
2024-06-16 11:29:34 -04:00
parent 60d5c06ac3
commit 303e72c844
11 changed files with 117 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ pub(crate) mod hash_to_point;
pub use hash_to_point::{raw_hash_to_point, hash_to_point};
/// MLSAG struct, along with verifying functionality.
pub mod mlsag;
pub use monero_mlsag as mlsag;
/// CLSAG struct, along with signing and verifying functionality.
pub use monero_clsag as clsag;
/// BorromeanRange struct, along with verifying functionality.