Struct schnorrkel::musig::CommitStage [−][src]
Commitment stage for cosigner’s R
values
Trait Implementations
impl<K> TranscriptStages for CommitStage<K> where
K: Borrow<Keypair>,
[src]
K: Borrow<Keypair>,
Auto Trait Implementations
impl<K> RefUnwindSafe for CommitStage<K> where
K: RefUnwindSafe,
K: RefUnwindSafe,
impl<K> Send for CommitStage<K> where
K: Send,
K: Send,
impl<K> Sync for CommitStage<K> where
K: Sync,
K: Sync,
impl<K> Unpin for CommitStage<K> where
K: Unpin,
K: Unpin,
impl<K> UnwindSafe for CommitStage<K> where
K: UnwindSafe,
K: UnwindSafe,