Struct schnorrkel::musig::Cosignature
source · [−]Expand description
Cosignatures shared between cosigners during signing
Tuple Fields
0: [u8; 32]
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 Cosignature
impl Send for Cosignature
impl Sync for Cosignature
impl Unpin for Cosignature
impl UnwindSafe for Cosignature
Blanket Implementations
Mutably borrows from an owned value. Read more