pub fn encrypt_object(
state: &EncryptionState,
obj_id: (u32, u16),
obj: &mut Object,
) -> Result<(), DecryptionError>
Expand description
Encrypts obj
.
pub fn encrypt_object(
state: &EncryptionState,
obj_id: (u32, u16),
obj: &mut Object,
) -> Result<(), DecryptionError>
Encrypts obj
.