tmq icon indicating copy to clipboard operation
tmq copied to clipboard

added setters for curve key encription

Open bartols opened this issue 1 year ago • 2 comments

In order to connect using an encrypt channel the setters for curve keys was missing

bartols avatar Apr 29 '24 13:04 bartols

Does this need any conditional compilation/addition to enable curve?

cetra3 avatar May 31 '24 02:05 cetra3

Does this need any conditional compilation/addition to enable curve?

You have to enable sodium in zeromq-src-rs crate, if you don't do it an error "Invalid argument" is returned. The pull-request in zeromq-src-rsi is in revision

bartols avatar May 31 '24 06:05 bartols