pub fn decrypt_slice(data: &[u8], secret: &Secret) -> Result<Secret>
Decrypts the given data using XChaCha20Poly1305 algorithm.
XChaCha20Poly1305