Skip to content
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

Open
santidhammo opened this issue Dec 3, 2022 · 4 comments · May be fixed by #383 or #400
Open

Curve encryption does not work with 0.10.0 #357

santidhammo opened this issue Dec 3, 2022 · 4 comments · May be fixed by #383 or #400

Comments

@santidhammo
Copy link

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.

@LarsHaalck
Copy link

I'm wondering the same. Seems it was first "commented out" in a6117e0 and then later completely removed in 953c9dc.

@magnificus
Copy link

Yeah damn a bit stuck on this, might be doing something wrong though.

let keys = CurveKeyPair::new().unwrap();

throws

thread 'main' panicked at 'called Result::unwrap() on an Err value: Not supported'

@magnificus
Copy link

I rolled back to 0.9.2 for now, this works for me

zmq = {version = "0.9.2", features = ["vendored"]}

@algesten
Copy link

Is there a reason #383 hasn't been merged? Can I help?

@esemeniuc esemeniuc linked a pull request May 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants