Skip to content

Commit

Permalink
feat: add protocol engine, allow specific rng, update to tle lib
Browse files Browse the repository at this point in the history
  • Loading branch information
driemworks committed Nov 15, 2024
1 parent 4d331ea commit 556741d
Show file tree
Hide file tree
Showing 7 changed files with 206 additions and 186 deletions.
61 changes: 31 additions & 30 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
totp-rs = { version = "5.5.1", default-features = false, optional = true }
codec = { package = "parity-scale-codec", version = "3.6.12", features = ["derive"], default-features = false }
etf-crypto-primitives = { git = "https://github.com/ideal-lab5/etf-sdk/", branch = "dev", default-features = false }
tle = { package = "tle", default-features = false, git = "https://github.com/ideal-lab5/tle.git", branch = "feat/tle-monorepo"}
ckb-merkle-mountain-range = { version = "0.5.2", default-features = false }
sha3 = { version = "0.10.8", default-features = false }
serde = { version = "1.0.188", features = ["alloc", "derive"], default-features = false }
ark-bls12-377 = { version = "0.4.0", default-features = false }
ark-std = { version = "0.4.0", default-features = false }
ark-serialize = { version = "0.4.0", default-features = false }
w3f-bls = { version = "0.1.3", default-features = false }
w3f-bls = { version = "=0.1.3", default-features = false }
zeroize = { version = "1.8.1", default-features = false }
ark-ec = { version = "0.4", default-features = false }
ark-ff = { version = "0.4", default-features = false }
Expand All @@ -52,7 +52,7 @@ std = [
"w3f-bls/std",
"serde/std",
"codec/std",
"etf-crypto-primitives/std",
"tle/std",
"sha3/std",
"ckb-merkle-mountain-range/std",
"zeroize/std",
Expand Down
Loading

0 comments on commit 556741d

Please sign in to comment.