Function modular_frost::validate_map
source ยท pub fn validate_map<T>(
map: &HashMap<Participant, T>,
included: &[Participant],
ours: Participant,
) -> Result<(), FrostError>
Expand description
Validate a map of values to have the expected participants.