[][src]Function safe_app::mdata_info::encrypt_entry_actions

pub fn encrypt_entry_actions(
    info: &MDataInfo,
    actions: &BTreeMap<Vec<u8>, SeqEntryAction>
) -> Result<BTreeMap<Vec<u8>, SeqEntryAction>, 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.