mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-13 22:49:25 +00:00
Make CLSAG signing private
Also adds a bit more documentation and does a bit more tidying.
This commit is contained in:
@@ -51,6 +51,7 @@ impl AggregateRangeWitness {
|
||||
}
|
||||
}
|
||||
|
||||
/// Internal structure representing a Bulletproof+, as used in Monero.
|
||||
#[derive(Clone, PartialEq, Eq, Debug, Zeroize)]
|
||||
pub struct AggregateRangeProof {
|
||||
pub(crate) A: EdwardsPoint,
|
||||
|
||||
Reference in New Issue
Block a user