pub struct MultiPointCommitment(pub Vec<RistrettoPoint>);Expand description
A commitment consisting of multiple elliptic curve points.
Tuple Fields§
§0: Vec<RistrettoPoint>Trait Implementations§
Source§impl Clone for MultiPointCommitment
impl Clone for MultiPointCommitment
Source§fn clone(&self) -> MultiPointCommitment
fn clone(&self) -> MultiPointCommitment
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 Commitment for MultiPointCommitment
impl Commitment for MultiPointCommitment
Auto Trait Implementations§
impl Freeze for MultiPointCommitment
impl RefUnwindSafe for MultiPointCommitment
impl Send for MultiPointCommitment
impl Sync for MultiPointCommitment
impl Unpin for MultiPointCommitment
impl UnwindSafe for MultiPointCommitment
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more