Skip to content

Commit

Permalink
BlindSigner wait for N sessions
Browse files Browse the repository at this point in the history
* Safer nonce deletion and session disconnection logic
* Do not diy gen_range, use rand
* fixup docs, test and proptest
  • Loading branch information
nickfarrow committed Feb 1, 2023
1 parent 7b60186 commit a06a8d1
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 191 deletions.
1 change: 1 addition & 0 deletions schnorr_fun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ keywords = ["bitcoin", "schnorr"]

[dependencies]
secp256kfun = { path = "../secp256kfun", version = "0.8", default-features = false }
rand = { version = "0.8" }

[dev-dependencies]
secp256kfun = { path = "../secp256kfun", version = "0.8", features = ["proptest"] }
Expand Down
Loading

0 comments on commit a06a8d1

Please sign in to comment.