-
Notifications
You must be signed in to change notification settings - Fork 193
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
Curve encryption does not work with 0.10.0 #357
Comments
Yeah damn a bit stuck on this, might be doing something wrong though. let keys = CurveKeyPair::new().unwrap(); throws thread 'main' panicked at 'called |
I rolled back to 0.9.2 for now, this works for me zmq = {version = "0.9.2", features = ["vendored"]} |
This was referenced Oct 10, 2023
Is there a reason #383 hasn't been merged? Can I help? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am attempting to use curve encryption, it appears that libsodium is no longer used from 0.10.0, the following build commit changed this behavior:
953c9dc
However, I do not see any features which can be used to re-enable this behavior, nor can I find any documentation why this commit has been merged into main.
The text was updated successfully, but these errors were encountered: