Skip to content

Commit

Permalink
circuits: zk-circuits: valid-match-settle: Restructure for discoverab…
Browse files Browse the repository at this point in the history
…ility
  • Loading branch information
joeykraut committed Nov 22, 2023
1 parent e3dc976 commit 9d54b0c
Show file tree
Hide file tree
Showing 5 changed files with 689 additions and 599 deletions.
3 changes: 1 addition & 2 deletions circuits/src/zk_circuits/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
#![allow(missing_docs, clippy::missing_docs_in_private_items)]

pub mod valid_commitments;
pub mod valid_match_mpc;
pub mod valid_match_settle;
pub mod valid_reblind;
// pub mod valid_settle;
pub mod valid_wallet_create;
pub mod valid_wallet_update;

Expand Down
Loading

0 comments on commit 9d54b0c

Please sign in to comment.