Skip to main content

rotate_account_cryptographic_state

Function rotate_account_cryptographic_state 

Source
fn rotate_account_cryptographic_state(
    wrapped_account_cryptographic_state: &WrappedAccountCryptographicState,
    current_user_key_id: &SymmetricKeySlotId,
    new_user_key_id: &SymmetricKeySlotId,
    ctx: &mut KeyStoreContext<'_, KeySlotIds>,
) -> Result<WrappedAccountCryptographicState, ()>