decrypt_with_key

Function decrypt_with_key 

Source
pub fn decrypt_with_key(
    key_id: &str,
    ciphertext: &str,
    associated_data: Option<&[u8]>,
) -> Result<String>
Expand description

Decrypt text using a stored key