Function zipsign_api::verify::collect_keys

source ยท
pub fn collect_keys<K>(keys: K) -> Result<Vec<VerifyingKey>, CollectKeysError>
where K: IntoIterator<Item = Result<[u8; 32]>>,
Expand description

Convert a slice of key bytes into a Vec of VerifyingKeys.