Skip to content

Commit

Permalink
Add group/curve trait to bip-340
Browse files Browse the repository at this point in the history
  • Loading branch information
cmester0 committed Mar 12, 2024
1 parent 3efdf5e commit 4dc1cd8
Show file tree
Hide file tree
Showing 3 changed files with 461 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ members = [
"hmac",
"hkdf",
"p256",
"bip-340",
"bls12-381",
"ecdsa-p256-sha256",
"aes",
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 4dc1cd8

Please sign in to comment.