[][src]Trait schnorrkel::musig::TranscriptStages

pub trait TranscriptStages { }

Initial cosigning stages during which transcript modification remains possible but not advisable.

Implementors

impl<K> TranscriptStages for CommitStage<K> where
    K: Borrow<Keypair>, 
[src]

impl<K> TranscriptStages for RevealStage<K> where
    K: Borrow<Keypair>, 
[src]

Loading content...