Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenfeizhang committed Nov 26, 2024
1 parent 421afcc commit 600cd73
Show file tree
Hide file tree
Showing 11 changed files with 381 additions and 593 deletions.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
members = [ "circuit-std-rs","expander_compiler", "expander_compiler/ec_go_lib"]
members = [ "circuit-std-rs","expander_compiler", "expander_compiler/ec_go_lib", "rsa_circuit" ]

[profile.test]
opt-level = 3
Expand Down
2 changes: 1 addition & 1 deletion circuit-std-rs/src/logup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ declare_circuit!(_LogUpCircuit {
query_keys: [[Variable]],
query_results: [[Variable]],

// counting the number of occurences for each row of the table
// counting the number of occurrences for each row of the table
query_count: [Variable],
});

Expand Down
Loading

0 comments on commit 600cd73

Please sign in to comment.