pub fn pqxdh_initiate<R: CryptoRng + RngCore>(
initiator_keypair: &KeyPair,
prekey_bundle: &PqxdhPrekeyBundle,
initial_payload: &[u8],
rng: &mut R,
) -> Result<(PqxdhInitialMessage, PqxdhSharedSecret)>Expand description
Perform PQXDH key agreement initiation