pub type OpenedValues<F> = Vec<OpenedValuesForRound<F>>;
struct OpenedValues<F> { /* private fields */ }