: publickey = zmq_curve_public (privatekey)

Derive the public key from a private key

Inputs

privatekey is a string that is the encoded private key. It must be 40 characters in length

Outputs

publickey is a string that is the encoded public key

See also: zmq_curve_keypair.

Package: zeromq