Skip to content

Commit

Permalink
🚧 try making friendly bigint mul
Browse files Browse the repository at this point in the history
  • Loading branch information
ZamDimon committed Oct 24, 2024
1 parent d2d76f9 commit d3db967
Show file tree
Hide file tree
Showing 7 changed files with 760 additions and 543 deletions.
3 changes: 2 additions & 1 deletion bitcoin-testscripts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ bitcoin = { workspace = true, features = ["rand-std"]}
bitcoin-script = { git = "https://github.com/BitVM/rust-bitcoin-script" }

# BitVM scripts
bitcoin-window-mul = { git = "https://github.com/distributed-lab/bitcoin-window-mul.git" }
#bitcoin-window-mul = { git = "https://github.com/distributed-lab/bitcoin-window-mul.git" }
bitcoin-window-mul = { path = "../../../alpen/bitcoin-window-mul" }
bitcoin-splitter = { path = "../bitcoin-splitter" }
bitcoin-utils = { path = "../bitcoin-utils" }

Expand Down
346 changes: 0 additions & 346 deletions bitcoin-testscripts/src/friendly/int_mul.rs

This file was deleted.

2 changes: 1 addition & 1 deletion bitcoin-testscripts/src/friendly/mod.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub mod int_mul;
pub mod u254;
Loading

0 comments on commit d3db967

Please sign in to comment.