Skip to content

Commit

Permalink
seals: commitment Source and mpc production methods
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 22, 2024
1 parent 8e6d2d3 commit 951fa19
Show file tree
Hide file tree
Showing 11 changed files with 241 additions and 117 deletions.
103 changes: 45 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@ wasm-bindgen-test = "0.3"

[package.metadata.docs.rs]
features = ["all"]

[patch.crates-io]
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "v0.12" }
single_use_seals = { git = "https://github.com/LNP-BP/client_side_validation", branch = "v0.12" }
2 changes: 1 addition & 1 deletion seals/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ extern crate serde_crate as serde;

mod txout;

pub use txout::{mmb, Anchor, AnchorError, Noise, TxoSeal, TxoSealExt};
pub use txout::{mmb, mpc, Anchor, AnchorError, Noise, TxoSeal, TxoSealExt};
Loading

0 comments on commit 951fa19

Please sign in to comment.