Qore zmq Module
1.0.0
|
Functions | |
hash< Qore::ZMQ::ZmqCurveKeyInfo > | Qore::ZMQ::zmq_curve_keypair () |
generates a random secret and public key for Curve and returns this information in a hash More... | |
string | Qore::ZMQ::zmq_curve_public (string secret) |
generate a Curve public key from a secret/private key More... | |
hash< Qore::ZMQ::ZmqVersionInfo > | Qore::ZMQ::zmq_version () |
returns a hash of ZeroMQ library information More... | |
string | Qore::ZMQ::zmq_z85_encode (binary data) |
returns a string in Z85 printable format corresponding to the given binary value with a length divisible by 4 More... | |
hash<Qore::ZMQ::ZmqCurveKeyInfo> Qore::ZMQ::zmq_curve_keypair | ( | ) |
generates a random secret and public key for Curve and returns this information in a hash
ZMQ-CURVE-KEYPAIR-ERROR | an error was generated calling zmq_curve_keypair() |
string Qore::ZMQ::zmq_curve_public | ( | string | secret | ) |
generate a Curve public key from a secret/private key
secret | a 40-byte Curve secret/private key in Z85 printable format |
ZMQ-CURVE-PUBLIC-ERROR | an error was generated calling zmq_curve_public() |
hash<Qore::ZMQ::ZmqVersionInfo> Qore::ZMQ::zmq_version | ( | ) |
returns a hash of ZeroMQ library information
string Qore::ZMQ::zmq_z85_encode | ( | binary | data | ) |
returns a string in Z85 printable format corresponding to the given binary value with a length divisible by 4
data | a binary value with a length divisible by 4 |
ZMQ-Z85-ENCODE-ERROR | an error was generated calling zmq_z85_encode() |