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