You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: