Function sidh::sidh::generate_bob_keypair[][src]

pub fn generate_bob_keypair<R: RngCore + CryptoRng>(
    rng: &mut R
) -> (SIDHPublicKeyBob, SIDHSecretKeyBob)
Expand description

Generate a keypair for “Bob”. Note that because this library does not implement SIDH validation, each keypair should be used for at most one shared secret computation.