pub fn decrypt(config: &Config, ciphertext: Ciphertext) -> Result<Plaintext>
Expand description

Decrypt ciphertext.

  • config: GPG config
  • ciphertext: ciphertext to decrypt