pub fn keys_contain_fingerprint<S: AsRef<str>>(
    keys: &[Key],
    fingerprint: S
) -> bool
Expand description

Check whether a list of keys contains the given fingerprint.