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 f35fde5
Show file tree
Hide file tree
Showing 6 changed files with 710 additions and 1 deletion.
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 f35fde5

Please sign in to comment.