Skip to content

Commit

Permalink
Merge pull request #17 from telosnetwork/make_standard_recursion_conf…
Browse files Browse the repository at this point in the history
…ig_public

Make `standard_recursion_config()` public
  • Loading branch information
MarcoOl94 authored Jan 13, 2025
2 parents 833b2ee + f912ce3 commit 531101c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2/src/plonk/circuit_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl CircuitConfig {
}
}

fn standard_recursion_config() -> Self {
pub fn standard_recursion_config() -> Self {
Self {
num_wires: 0,
num_routed_wires: 80,
Expand Down

0 comments on commit 531101c

Please sign in to comment.