pub fn decrypt_full_set(
data_map: &DataMap,
chunks: &[EncryptedChunk],
) -> Result<Bytes>Expand description
Decrypts what is expected to be the full set of chunks covered by the data map.
pub fn decrypt_full_set(
data_map: &DataMap,
chunks: &[EncryptedChunk],
) -> Result<Bytes>Decrypts what is expected to be the full set of chunks covered by the data map.