: [ publickey, privatekey ] = zmq_curve_keypair ()

Generate a random private/public keypair

Inputs

None

Outputs

publickey is a string that is the encoded public key

privatekey is a string that is the encoded private key

See also: zmq_z85_encode .

Package: zeromq