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