pub fn decrypt_for_cipher(
cipher: CipherKind,
key: &VaultKey,
nonce_bytes: &[u8],
ciphertext: &[u8],
) -> SafeResult<Vec<u8>>pub fn decrypt_for_cipher(
cipher: CipherKind,
key: &VaultKey,
nonce_bytes: &[u8],
ciphertext: &[u8],
) -> SafeResult<Vec<u8>>