Skip to content

Commit

Permalink
adds sparse merkle tree to the stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnullifier committed Jan 1, 2025
1 parent 6f8db33 commit 479c9c5
Show file tree
Hide file tree
Showing 7 changed files with 712 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stdlib/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pub fn init_stdlib_dep<B: Backend>(
server_mode: &mut Option<crate::server::ServerShim>,
) -> usize {
// list the stdlib dependency in order
let libs = vec!["bits", "comparator", "multiplexer", "mimc", "int"];
let libs = vec!["bits", "comparator", "multiplexer", "mimc", "int" , "smt"];

let mut node_id = node_id;

Expand Down
Loading

0 comments on commit 479c9c5

Please sign in to comment.