Struct schnorrkel::musig::Commitment
source · [−]Expand description
Commitments to R_i
values shared between cosigners during signing
Tuple Fields
0: [u8; 16]
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for Commitment
impl Send for Commitment
impl Sync for Commitment
impl Unpin for Commitment
impl UnwindSafe for Commitment
Blanket Implementations
Mutably borrows from an owned value. Read more