-
Notifications
You must be signed in to change notification settings - Fork 56
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
Resolve open TODO
s in code
#560
Comments
We might want to wait a bit. If we do that now then everyone who uses our crates will need to use at least Rust 1.73.0 and that may be too strict. Maybe until the next Rust stable release? |
Scheduling until after next Rust stable release on 2023.11.16 |
this blocks tagging the stable release |
Let's wait until ECC crates are on 1.73.0 as their MSRV |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think we might be able to do this one now that
div_ceil
has been stabilised in the latest rust release (1.73.0)?frost/frost-core/src/scalar_mul.rs
Line 24 in b37bde0
The text was updated successfully, but these errors were encountered: