pub async fn rotate_kyber_pre_key<S: SignalStorageContainer>(
storage: &mut S,
identity_key_pair: &IdentityKeyPair,
) -> Result<(), Box<dyn Error>>Expand description
Rotates the Kyber post-quantum pre-key by generating and storing a new one
ยงArguments
storage- Signal Protocol storage containeridentity_key_pair- Identity key pair to sign the new Kyber pre-key