Implement CurveZMQ message encryption and authentication

This commit is contained in:
Martin Hurton
2013-06-22 11:46:40 +02:00
parent c9638fceb4
commit e4a211870c
5 changed files with 222 additions and 0 deletions

View File

@@ -56,6 +56,8 @@ namespace zmq
// mechanism implementation
virtual int next_handshake_message (msg_t *msg_);
virtual int process_handshake_message (msg_t *msg_);
virtual int encode (msg_t *msg_);
virtual int decode (msg_t *msg_);
virtual int zap_msg_available ();
virtual bool is_handshake_complete () const;