Skip to content

Commit

Permalink
feat: implement no child included single path node circuit
Browse files Browse the repository at this point in the history
  • Loading branch information
Insun35 committed Aug 14, 2024
1 parent 99c9419 commit 9798021
Show file tree
Hide file tree
Showing 2 changed files with 417 additions and 0 deletions.
1 change: 1 addition & 0 deletions verifiable-db/src/results_tree/extraction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use public_inputs::PublicInputs;

pub(crate) mod child_included_single_path_node;
pub(crate) mod full_node;
pub(crate) mod no_child_included_single_path_node;
pub(crate) mod partial_node;
pub(crate) mod public_inputs;
pub(crate) mod record;
Expand Down
Loading

0 comments on commit 9798021

Please sign in to comment.