[][src]Trait frost_dalek::keygen::Round2

pub trait Round2: Sealed { }

Marker trait to designate valid variants of RoundTwo in the distributed key generation protocol's state machine. It is implemented using the sealed trait design pattern pattern to prevent external types from implementing further valid states.

Implementors

impl Round2 for RoundTwo[src]

Loading content...