Function decrypt_with_key

Source
pub fn decrypt_with_key(
    master_key: impl AsRef<[u8]>,
    cipher: impl AsRef<CipherInfo>,
) -> Result<Attachment>
Expand description

Decrypt paste using given master_key