pub fn collect_keys<K>(keys: K) -> Result<Vec<VerifyingKey>, CollectKeysError>Expand description
Convert a slice of key bytes into a Vec of VerifyingKeys.
pub fn collect_keys<K>(keys: K) -> Result<Vec<VerifyingKey>, CollectKeysError>Convert a slice of key bytes into a Vec of VerifyingKeys.