Skip to content

Commit

Permalink
Implement dynamic Winternitz commitment scheme
Browse files Browse the repository at this point in the history
Shrinks the script by skipping signing and verifyng (by exluding
public keys and signature parts from the script) of the stack
element's zero from left limbs.

Keeps the old ones, ads "compact" versions of previously used methods.
  • Loading branch information
Velnbur committed Oct 24, 2024
1 parent 4ee0c16 commit b4be76d
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 49 deletions.
1 change: 1 addition & 0 deletions bitcoin-winternitz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ rand = ["dep:rand"]
quickcheck = "1.0.3"
quickcheck_macros = "1.0.0"
rand = { version = "0.8.5", default-features = false, features = ["min_const_gen", "small_rng"] }
rstest = "0.23.0"
Loading

0 comments on commit b4be76d

Please sign in to comment.