Skip to main content

reencrypt_ciphers

Function reencrypt_ciphers 

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