Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Expose zmq_z85_encode and zmq_z85_decode #591

Open
sirudog opened this issue Apr 26, 2017 · 2 comments
Open

Expose zmq_z85_encode and zmq_z85_decode #591

sirudog opened this issue Apr 26, 2017 · 2 comments

Comments

@sirudog
Copy link

sirudog commented Apr 26, 2017

Hi,

I would like to use the Z85 encoding (https://rfc.zeromq.org/spec:32/Z85/) in my project and I was wondering how much effort would it be to expose these functions. I see that a related function (zmq_curve_keypair) is already exposed, which internally uses Z85 encoding. I am willing to help, but I am completely new to node-gyp, and I do not have much c++ knowledge.
It seems to me that it is an easy win and not a lot of work, but I may miss something and I have limited time to spend on this, so any guidance is more than welcome.
Thanks in advance

@reqshark
Copy link
Contributor

reqshark commented Jun 6, 2017

you should check out some of @msealand's stuff on this and #414 has some background on the curvekeypair function

@sirudog
Copy link
Author

sirudog commented Jun 18, 2017

Thanks @reqshark I'll take a look at it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants