-
Notifications
You must be signed in to change notification settings - Fork 190
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
Update elliptic-curve, digest and ecdsa #515
Merged
tarcieri
merged 10 commits into
RustCrypto:master
from
khonsulabs:elliptic-curve-digest
Jan 20, 2022
Merged
Update elliptic-curve, digest and ecdsa #515
tarcieri
merged 10 commits into
RustCrypto:master
from
khonsulabs:elliptic-curve-digest
Jan 20, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
daxpedda
force-pushed
the
elliptic-curve-digest
branch
from
January 18, 2022 14:09
e1ce523
to
7495db4
Compare
daxpedda
force-pushed
the
elliptic-curve-digest
branch
from
January 18, 2022 16:25
52d0a02
to
c956b6f
Compare
Ready to merge! |
tarcieri
reviewed
Jan 18, 2022
tarcieri
reviewed
Jan 18, 2022
tarcieri
reviewed
Jan 18, 2022
Done. |
I can cut new |
I just noticed there are some version pinning errors. I don't think they'll be a problem, but if they are let me know. I'll open a PR to fix them. |
Done! I was quiet busy today, sry for the delay. |
tarcieri
requested changes
Jan 20, 2022
tarcieri
approved these changes
Jan 20, 2022
tarcieri
added a commit
that referenced
this pull request
Jan 20, 2022
Now that #515 which upgrades to prereleases of the `elliptic-curve` and `ecdsa` crates has been merged, bump the version numbers of all crates to prereleases to indicate breaking changes have been made.
tarcieri
added a commit
that referenced
this pull request
Jan 20, 2022
Now that #515 which upgrades to prereleases of the `elliptic-curve` and `ecdsa` crates has been merged, bump the version numbers of all crates to prereleases to indicate breaking changes have been made.
This was referenced May 9, 2022
Merged
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This builds on RustCrypto/traits#883 and RustCrypto/signatures#433.