-
Notifications
You must be signed in to change notification settings - Fork 28
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
crypto_kx: u32_backend / u64_backend feature is both enabled for x25519-dalek #85
Comments
|
The problem is the current backend selection for The next release of When |
Agreed. The weird part is that the |
Repro: Clone https://github.com/cr0sh/kx-test and run
cargo check
. Tested on ARM64 macOS and with (--target wasm32-wasi
).This only happens when a depending crate is a workspace member, not a standalone package. so it may be a cargo bug..?
cargo tree -i x25519-dalek -e features
shows onlyu32_backend
.The text was updated successfully, but these errors were encountered: