Skip to main content

reencrypt_ciphers

Function reencrypt_ciphers 

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