#[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: IpProofTrait 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