|
conduit 0.6.0
Modern C++23 header-only event-dispatching / event-transport library
|
CurveZMQ authentication parameters (gated by CONDUIT_TRANSPORT_ZMQ_CURVE).
More...
#include <transport.hpp>

Public Attributes | |
| std::string | server_key |
| Z85-encoded 40-byte public key of the server. | |
| std::string | public_key |
| Z85-encoded 40-byte public key of this socket. | |
| std::string | secret_key |
| Z85-encoded 40-byte secret key of this socket. | |
| bool | is_server = false |
| When true, this socket is the Curve server; otherwise a client. | |
CurveZMQ authentication parameters (gated by CONDUIT_TRANSPORT_ZMQ_CURVE).
| bool conduit::zmq::CurveConfig::is_server = false |
When true, this socket is the Curve server; otherwise a client.
| std::string conduit::zmq::CurveConfig::public_key |
Z85-encoded 40-byte public key of this socket.
| std::string conduit::zmq::CurveConfig::secret_key |
Z85-encoded 40-byte secret key of this socket.
| std::string conduit::zmq::CurveConfig::server_key |
Z85-encoded 40-byte public key of the server.