fn reencrypt_sends(
sends: &[Send],
current_key: SymmetricKeySlotId,
new_key: SymmetricKeySlotId,
ctx: &mut KeyStoreContext<'_, KeySlotIds>,
) -> Result<Vec<Send>, DataReencryptionError>fn reencrypt_sends(
sends: &[Send],
current_key: SymmetricKeySlotId,
new_key: SymmetricKeySlotId,
ctx: &mut KeyStoreContext<'_, KeySlotIds>,
) -> Result<Vec<Send>, DataReencryptionError>