Skip to main content

decrypt_blob_bytes

Function decrypt_blob_bytes 

Source
pub fn decrypt_blob_bytes(
    blob_file: &Path,
    key: &SecretBytes,
) -> Result<SecretBytes, BlobError>