Skip to content

Commit

Permalink
Implement EncodedPoint changes
Browse files Browse the repository at this point in the history
Replaces the previous `PublicKey` type with `sec1::EncodedPoint`, as
introduced in RustCrypto/traits#264.

This clears the way for a higher-level PublicKey type.
  • Loading branch information
tarcieri committed Aug 25, 2020
1 parent 126f103 commit 7235b43
Show file tree
Hide file tree
Showing 23 changed files with 231 additions and 271 deletions.
67 changes: 32 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ members = [
"p256",
"p384",
]

[patch.crates-io]
ecdsa = { git = "https://github.com/RustCrypto/signatures" }
elliptic-curve = { git = "https://github.com/RustCrypto/traits" }
Loading

0 comments on commit 7235b43

Please sign in to comment.