Skip to content

Commit a06a8d1

Browse files
committed
BlindSigner wait for N sessions
* Safer nonce deletion and session disconnection logic * Do not diy gen_range, use rand * fixup docs, test and proptest
1 parent 7b60186 commit a06a8d1

File tree

2 files changed

+279
-191
lines changed

2 files changed

+279
-191
lines changed

Diff for: schnorr_fun/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ keywords = ["bitcoin", "schnorr"]
1515

1616
[dependencies]
1717
secp256kfun = { path = "../secp256kfun", version = "0.8", default-features = false }
18+
rand = { version = "0.8" }
1819

1920
[dev-dependencies]
2021
secp256kfun = { path = "../secp256kfun", version = "0.8", features = ["proptest"] }

0 commit comments

Comments
 (0)