#[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 moreSource§impl Debug for AggregateRangeProof
impl Debug for AggregateRangeProof
Source§impl Eq for AggregateRangeProof
impl Eq for AggregateRangeProof
Source§#[doc(hidden)]fn assert_fields_are_eq(&self)
#[doc(hidden)]fn assert_fields_are_eq(&self)
🔬This is a nightly-only experimental API. (
derive_eq_internals)1.0.0 · Source§#[doc(hidden)]fn assert_receiver_is_total_eq(&self)
#[doc(hidden)]fn assert_receiver_is_total_eq(&self)
👎Deprecated since 1.95.0:
implementation detail of #[derive(Eq)]