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 decryptcredentials- The credentials to use for decryption