-
Notifications
You must be signed in to change notification settings - Fork 137
Can't use slh-dsa and ml-dsa due to pre releases #930
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
Comments
I think trying to downgrade the dependencies may cause issues for other current users and will generally just create more work overall. I also don’t understand why you can’t make due with the prerelease versions (you say “can’t use” but never explain why) Ideally we’d have releases out of all the crates out in the next few months but upstream work seems to have stalled. |
Sorry, so the issue is that I have many rustrcrypto dependencies in Most of these deps here https://github.com/rpgp/rpgp/blob/main/Cargo.toml are somehow linked into the rustcrypto ecosystem |
Aaah yeah, |
These prereleases also mess with other, unrelated, RustCrypto crates I plan to use. See #929 ; in that issue, I find a compilation error when using Personally, having a no-prerelease version of |
If someone wants to put together a PR to downgrade |
I am making a branch for |
took a stab at it here: #931 |
This should be addressed by |
I am trying to use
slh-dsa
andml-dsa
but the current versions all depend on various pre-releases, which means I can't import it into rpgp, due to othe crates depending on the current release.Would it make sense for me to PR versions that actually use the current releases, or what's the current plan on moving forward with the next release round?
The text was updated successfully, but these errors were encountered: