Function safe_core::mdata_info::encrypt_entry_actions [] [src]

pub fn encrypt_entry_actions(
    info: &MDataInfo,
    actions: &BTreeMap<Vec<u8>, EntryAction>
) -> Result<BTreeMap<Vec<u8>, EntryAction>, CoreError>

Encrypt entry actions using the MDataInfo. The effect of this is that the entries mutated by the encrypted actions will end up encrypted using the MDataInfo.