-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Algorand/IOG libsodium VRF implementation for node js? #314
Comments
Try ecvrf maybe? |
Hi, thx for the reply. No ecvrf is using a completly different VRF implementation than the Algorand/IOG implementation. I tried it a few hours ago. Here is a link to the Algorand/IOG c lib: https://github.com/algorand/vrf/blob/main/libsodium-vanilla-wrapper/vrf.c |
Its also related to: jedisct1/libsodium#1188 |
As you saw here, the specification is still a work in progress. So it's not going to be merged in libsodium until it is finalized. |
Hi,
thank you for your hard work!
I am searching for a node js compatible libsodium lib, that has the signing/verification feature for VRF keys/prove included. Like Algorand and IOG is using. Does anyone know if such a lib exists, or could it be added to this one?
Thank you very much.
Best regards,
Martin
The text was updated successfully, but these errors were encountered: