pub struct GroupCommitment<C: Ciphersuite>(/* private fields */);
Expand description
The product of all signers’ individual commitments, published as part of the final signature.
Trait Implementations§
Source§impl<C: Clone + Ciphersuite> Clone for GroupCommitment<C>
impl<C: Clone + Ciphersuite> Clone for GroupCommitment<C>
Source§fn clone(&self) -> GroupCommitment<C>
fn clone(&self) -> GroupCommitment<C>
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<C: PartialEq + Ciphersuite> PartialEq for GroupCommitment<C>
impl<C: PartialEq + Ciphersuite> PartialEq for GroupCommitment<C>
impl<C: Eq + Ciphersuite> Eq for GroupCommitment<C>
impl<C: Ciphersuite> StructuralPartialEq for GroupCommitment<C>
Auto Trait Implementations§
impl<C> Freeze for GroupCommitment<C>
impl<C> RefUnwindSafe for GroupCommitment<C>
impl<C> Send for GroupCommitment<C>
impl<C> Sync for GroupCommitment<C>
impl<C> Unpin for GroupCommitment<C>
impl<C> UnwindSafe for GroupCommitment<C>
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