-
Notifications
You must be signed in to change notification settings - Fork 209
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
Implement HashToScalar
for P-384
#600
Conversation
Useful for RustCrypto/elliptic-curves#600 as well as `p521`.
Useful for RustCrypto/elliptic-curves#600 as well as `p521`.
1511404
to
94482ff
Compare
So this has to build on RustCrypto/traits#1024 now. Considering this will be a breaking change, what's the solution here? I'm in no particular hurry btw, delaying is fine with me. |
I think it'd probably make sense to just delay the PR until the next round of breaking changes to |
417c61c
to
3e213f8
Compare
Rebased. |
3e213f8
to
affd52a
Compare
@daxpedda I'd like to get v0.12 releases of all of these crates out that move to the That's all pretty much blocked on another release of |
affd52a
to
5ce047d
Compare
Alright, good to know! |
5ce047d
to
1e4e8ef
Compare
This comment was marked as outdated.
This comment was marked as outdated.
1e4e8ef
to
6acbb6b
Compare
6acbb6b
to
32d0d9e
Compare
@tarcieri this is ready now. |
Depends on RustCrypto/traits#1024.