#[doc(hidden)] pub struct AggregateRangeProof {
pub(crate) A: CompressedPoint,
pub(crate) wip: WipProof,
}Expand description
Internal structure representing a Bulletproof+, as defined by Monero.
Fields§
§A: CompressedPoint§wip: WipProofTrait Implementations§
Source§impl Clone for AggregateRangeProof
impl Clone for AggregateRangeProof
Source§fn clone(&self) -> AggregateRangeProof
fn clone(&self) -> AggregateRangeProof
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more