Skip to content

Commit

Permalink
feat(common): secp256r1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
distractedm1nd committed Oct 31, 2024
1 parent 46f19a8 commit 4a62ab7
Show file tree
Hide file tree
Showing 10 changed files with 176 additions and 60 deletions.
104 changes: 76 additions & 28 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ prism-prover = { path = "crates/node_types/prover" }
prism-tests = { path = "crates/tests" }
prism-lightclient = { path = "crates/node_types/lightclient" }
rocksdb = { version = "0.21.0", features = ["multi-threaded-cf"] }
p256 = { version = "0.13.2", features = ["serde", "ecdsa"] }


[patch.crates-io]
Expand Down
1 change: 1 addition & 0 deletions crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ log.workspace = true
ed25519-consensus.workspace = true
secp256k1.workspace = true
base64.workspace = true
p256.workspace = true
rand.workspace = true

[features]
Expand Down
Loading

0 comments on commit 4a62ab7

Please sign in to comment.