Skip to content

Commit

Permalink
adding zkgroup trait
Browse files Browse the repository at this point in the history
  • Loading branch information
cmester0 committed Mar 12, 2024
1 parent 80d2a35 commit 1b6245b
Show file tree
Hide file tree
Showing 6 changed files with 876 additions and 4 deletions.
2 changes: 1 addition & 1 deletion auction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
path = "src/auction.rs"

[dependencies]
hax-lib-macros = { path = "../../hacspec-v2/hax-lib-macros/" }
hax-lib-macros = { path = "../../hax/hax-lib-macros/" }
hacspec-concordium = { path = "../concordium" }
hacspec-concordium-derive = { path = "../concordium-derive" }

Expand Down
4 changes: 4 additions & 0 deletions bip-340/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ path = "src/bip-340.rs"
hacspec-lib = { git = "https://github.com/hacspec/hacspec.git" }
hacspec-sha256 = { path = "../sha256" }

group = "0.13"
subtle = "*"
rand_core = "0.6"

[dev-dependencies]
quickcheck = "1"
quickcheck_macros = "1"
Expand Down
Loading

0 comments on commit 1b6245b

Please sign in to comment.