[zeromq-dev] Curve messaging security capacity

James Gatannah james.gatannah at gmail.com
Mon Jan 8 06:01:42 CET 2018


> Date: Fri, 5 Jan 2018 15:08:02 +0000
> From: Stephen Gray <riskybizlive at live.com>
> To: ZeroMQ development list <zeromq-dev at lists.zeromq.org>
> Message-ID:
>         <HE1PR0402MB2812B7B2D07252BEA8F8BFE4D31C0 at HE1PR0402MB2812.eurprd04.prod.outlook.com>
>
> When profiled the calls to boost::serialization seem to dominate, crypto stuff is further down the
> list.  When the modules in use by the app are examined libsodium.dll doesn't feature; though I
> have placed it in the same folder as the application.  It was also available when I built zmq &
> czmq from source.  What do I need to do to make the app use libsodium?
>
> Thanks,
>
> Stephen.

Disclaimer: It's been a long time since I bothered trying to compile
anything on windows, and I haven't tried to use libsodium since
TweetNaCl.

If you're using Visual Studio, it seems like this should be a project setting.

If you're using GNU tools (the last time I messed with it, mingw made
life much nicer), it seems like this should be an option to
./configure.

Or am I just completely out of touch with the way things work now?

Humbly,
James



More information about the zeromq-dev mailing list