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
no_std depends on bincode #35
Comments
cc @jamesmunns |
Context: We are considering trying to use ed25519 in a microcontroller context. It looks like the dependency on |
It also seems to complain about
|
Hi @aep and @jamesmunns! Thanks for reporting this. It appears to be a bug in curve25519-dalek, which this crate depends upon. |
Hi @aep and @jamesmunns! We think we've experienced |
@isislovecruft thanks. Yeah, still doesn't compile for no-std. |
This is an interesting looking tool for verifying no_std-compatibility https://github.com/hobofan/cargo-nono |
If you remove the dev-dependencies which aren't no_std-compatible from dalek-cryptography/curve25519-dalek#187, and add |
Hi @aep! Are you still hitting issues with no_std? If not, please feel free to reopen this issue (I'm trying to close out old bug reports). |
We don't use rust anymore sorry. Closing sounds good. Don't think many people care about nostd anyway. :) |
Hey! 😅 |
https://gist.github.com/jamesmunns/8d4de492b1b6eb56f078a1fe975aa758
The text was updated successfully, but these errors were encountered: