Skip to content

Commit 479c9c5

Browse files
committed
adds sparse merkle tree to the stdlib
1 parent 6f8db33 commit 479c9c5

File tree

7 files changed

+712
-2
lines changed

7 files changed

+712
-2
lines changed

src/stdlib/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pub fn init_stdlib_dep<B: Backend>(
9999
server_mode: &mut Option<crate::server::ServerShim>,
100100
) -> usize {
101101
// list the stdlib dependency in order
102-
let libs = vec!["bits", "comparator", "multiplexer", "mimc", "int"];
102+
let libs = vec!["bits", "comparator", "multiplexer", "mimc", "int" , "smt"];
103103

104104
let mut node_id = node_id;
105105

0 commit comments

Comments
 (0)