//! Traits and markers distinguishing different rounds of a protocol.
/// Indicates that a type marks a particular round.
/// Marks the shares produced in round 1
;
/// Marks the aggregated shares from round 1
;
/// Marks the shares produced in round 2
;