pub fn export_key(config: &Config, fingerprint: &str) -> Result<Vec<u8>>
Expand description

Export the given key as bytes.

Panics

Panics if the received key does not look like a public key. This should never happen unless the gpg binary backend is broken.