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