zmqpp 4.1.2
C++ bindings for 0mq (libzmq)
Loading...
Searching...
No Matches
zmqpp::curve::keypair Struct Reference

A pair of public and private key. More...

#include <curve.hpp>

Collaboration diagram for zmqpp::curve::keypair:

Public Attributes

std::string public_key
 
std::string secret_key
 

Detailed Description

A pair of public and private key.

Member Data Documentation

◆ public_key

std::string zmqpp::curve::keypair::public_key

◆ secret_key

std::string zmqpp::curve::keypair::secret_key

The documentation for this struct was generated from the following file: