Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions zmq.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2898,6 +2898,11 @@ inline std::string curve_public(const std::string& secret)
return public_key_buffer;
}

static constexpr char *curve_default_client_public_key = "Yne@$w-vo<fVvi]a<NY6T1ed:M$fCG*[IaLV{hID";
static constexpr char *curve_default_client_secret_key = "D:)Q[IlAW!ahhC2ac:9*A}h:p?([4%wOTJ%JR%cs";
static constexpr char *curve_default_server_public_key = "rq:rM>}U?@Lns47E1%kR.o@n%FcmmsL/@{H8]yf7";
static constexpr char *curve_default_server_secret_key = "JTKVSB%%)wK0E.X)V>+}o?pNmC{O&4W4b!Ni{Lh6";

#endif

inline std::string z85_encode(const std::vector<uint8_t>& data)
Expand Down