Skip to content

Commit

Permalink
feat: implement revelation with results tree circuit
Browse files Browse the repository at this point in the history
  • Loading branch information
Insun35 committed Aug 19, 2024
1 parent 06baf01 commit d0462d1
Show file tree
Hide file tree
Showing 2 changed files with 757 additions and 0 deletions.
1 change: 1 addition & 0 deletions verifiable-db/src/revelation/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use mp2_common::F;
pub mod api;
pub(crate) mod placeholders_check;
mod public_inputs;
mod revelation_with_results_tree;
mod revelation_without_results_tree;

pub use public_inputs::PublicInputs;
Expand Down
Loading

0 comments on commit d0462d1

Please sign in to comment.