Skip to main content

decrypt_tombstones

Function decrypt_tombstones 

Source
pub fn decrypt_tombstones(
    blob: &[u8],
    key: &[u8],
) -> Result<Vec<Tombstone>, SyncError>
Expand description

Decrypts and deserializes the tombstone set from git-blob bytes.

Inverse of encrypt_tombstones.