Skip to main content

reencrypt_sends

Function reencrypt_sends 

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