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