Skip to main content

reencrypt_sends

Function reencrypt_sends 

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