decrypt

Function decrypt 

Source
pub fn decrypt(
    encrypted: impl AsRef<[u8]>,
    key: &Hash,
) -> Result<SerializedDataChunk>