Skip to content

Commit

Permalink
[in progress] writing KeyRefresh evidence verification
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Jan 5, 2025
1 parent 235afa0 commit e85f157
Show file tree
Hide file tree
Showing 5 changed files with 291 additions and 50 deletions.
5 changes: 3 additions & 2 deletions synedrion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ secrecy = { version = "0.10", default-features = false, features = ["serde"] }
zeroize = { version = "1.8", default-features = false, features = ["alloc", "zeroize_derive"] }
bip32 = { version = "0.5", default-features = false, features = ["alloc", "secp256k1", "k256"] }
tracing = { version = "0.1.41", default-features = false }
rand_chacha = { version = "0.3", default-features = false }
rand = { version = "0.8", default-features = false }

# Note: `alloc` is needed for `crytpto-bigint`'s dependency `serdect` to be able
# to serialize Uints in human-readable formats.
Expand All @@ -41,10 +43,9 @@ displaydoc = { version = "0.2", default-features = false }

[dev-dependencies]
manul = { git = "https://github.com/entropyxyz/manul.git", rev = "c6a89726a6d8e473e7cc8634034df84630d869f8", features = ["dev"] }
rand_chacha = "0.3"
serde_assert = "0.8"
tokio = { version = "1", features = ["rt", "sync", "time", "macros"] }
rand = "0.8"
rand = { version = "0.8", features = ["getrandom"] }
criterion = "0.5"
k256 = { version = "0.13", default-features = false, features = ["ecdsa", "arithmetic", "pem", "serde"] }
impls = "1"
Expand Down
Loading

0 comments on commit e85f157

Please sign in to comment.