AggregateRangeProof

Struct AggregateRangeProof 

Source
#[doc(hidden)] pub struct AggregateRangeProof {
    pub(crate) A: CompressedPoint,
    pub(crate) S: CompressedPoint,
    pub(crate) T1: CompressedPoint,
    pub(crate) T2: CompressedPoint,
    pub(crate) tau_x: Scalar,
    pub(crate) mu: Scalar,
    pub(crate) t_hat: Scalar,
    pub(crate) ip: IpProof,
}
Expand description

Internal structure representing a Bulletproof, as defined by Monero.

Fields§

§A: CompressedPoint§S: CompressedPoint§T1: CompressedPoint§T2: CompressedPoint§tau_x: Scalar§mu: Scalar§t_hat: Scalar§ip: IpProof

Trait Implementations§

Source§

impl Clone for AggregateRangeProof

Source§

fn clone(&self) -> AggregateRangeProof

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for AggregateRangeProof

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Eq for AggregateRangeProof

Source§

#[doc(hidden)] fn assert_receiver_is_total_eq(&self)

Source§

impl PartialEq for AggregateRangeProof

Source§

fn eq(&self, other: &AggregateRangeProof) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Zeroize for AggregateRangeProof

Source§

fn zeroize(&mut self)

Zero out this object from memory using Rust intrinsics which ensure the zeroization operation is not “optimized away” by the compiler.
Source§

impl StructuralPartialEq for AggregateRangeProof