elliptic-curve-crate: move to RustCrypto/traits#72
Merged
Conversation
Member
Author
|
Note: I plan on landing #59 first before moving forward with this |
Codecov Report
@@ Coverage Diff @@
## master #72 +/- ##
==========================================
+ Coverage 56.82% 57.02% +0.19%
==========================================
Files 18 14 -4
Lines 2965 2874 -91
==========================================
- Hits 1685 1639 -46
+ Misses 1280 1235 -45 Continue to review full report at Codecov.
|
411d347 to
3efaee2
Compare
This commit completes a move of the `elliptic-curve` crate to: https://github.com/RustCrypto/traits/tree/master/elliptic-curve See #71
3efaee2 to
29098ff
Compare
|
This PR made the following dependency changes: Added Packages (Duplicate versions in '()'):
version_check 0.9.2
Updated Packages:
elliptic-curve: 0.4.0 -> 0.5.0-pre
generic-array: 0.14.1 -> 0.14.3
libc: 0.2.70 -> 0.2.72
num-traits: 0.2.11 -> 0.2.12
redox_syscall: 0.1.56 -> 0.1.57
regex-syntax: 0.6.17 -> 0.6.18
remove_dir_all: 0.5.2 -> 0.5.3
subtle: 2.2.2 -> 2.2.3
winapi: 0.3.8 -> 0.3.9
|
This file contains hidden or 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
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 commit completes a move of the
elliptic-curvecrate to:https://github.com/RustCrypto/traits/tree/master/elliptic-curve
See #71