pub async fn get_all(
emails: Vec<String>,
key_servers: Vec<String>,
) -> Vec<(String, Result<SignedPublicKey>)>
Available on crate feature
key-discovery
only.Expand description
Gets public keys associated to the given emails.