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