decrypt_data

Function decrypt_data 

Source
pub fn decrypt_data(
    data: Vec<u8>,
    credentials: Credentials,
) -> Result<SecureBytes, Error>
Expand description

Decrypts the data using the provided credentials

ยงArguments

  • data - The data to decrypt
  • credentials - The credentials to use for decryption