pub fn decrypt(
ciphertext: &[u8],
identity: &MurkIdentity,
) -> Result<Vec<u8>, CryptoError>Expand description
Decrypt ciphertext using an identity (age or SSH key).
pub fn decrypt(
ciphertext: &[u8],
identity: &MurkIdentity,
) -> Result<Vec<u8>, CryptoError>Decrypt ciphertext using an identity (age or SSH key).