Function zipsign_api::verify::collect_keys
source ยท pub fn collect_keys<K>(keys: K) -> Result<Vec<VerifyingKey>, CollectKeysError>
Expand description
Convert a slice of key bytes into a Vec
of VerifyingKey
s.
pub fn collect_keys<K>(keys: K) -> Result<Vec<VerifyingKey>, CollectKeysError>
Convert a slice of key bytes into a Vec
of VerifyingKey
s.