Struct schnorrkel::musig::Commitment
source · Expand description
Commitments to R_i
values shared between cosigners during signing
Tuple Fields§
§0: [u8; 16]
Trait Implementations§
source§impl Clone for Commitment
impl Clone for Commitment
source§fn clone(&self) -> Commitment
fn clone(&self) -> Commitment
Returns a copy 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 more