mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
Replace secp256k1 with k256 crate
Rationale: we already have secp256k1 in our dependencies, as suggested by Igor: https://github.com/matter-labs/zksync-era/pull/2333#discussion_r1656531731
This commit is contained in:
parent
be6aa0c96d
commit
4c76318702
4 changed files with 30 additions and 10 deletions
|
@ -34,7 +34,7 @@ getrandom = "0.2.14"
|
|||
hex = { version = "0.4.3", features = ["std"], default-features = false }
|
||||
intel-tee-quote-verification-rs = { package = "teepot-tee-quote-verification-rs", path = "crates/teepot-tee-quote-verification-rs", version = "0.2.3-alpha.1" }
|
||||
intel-tee-quote-verification-sys = { version = "0.2.1" }
|
||||
k256 = "0.13"
|
||||
secp256k1 = { version = "0.29", features = ["rand-std"] }
|
||||
log = "0.4"
|
||||
num-integer = "0.1.46"
|
||||
num-traits = "0.2.18"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue