pub fn crypto_kx_keypair() -> (PublicKey, SecretKey)
Returns a randomly generated keypair, suitable for use with key exchange.
Equivalent to libsodium’s crypto_kx_keypair.
crypto_kx_keypair