Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnevadoc committed Jun 16, 2023
1 parent d7ed67b commit aced35d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bus-mapping/src/circuit_input_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ pub struct FixedCParams {
pub max_keccak_rows: usize,
}

/// Circuit Setup Parameters. These can be fixed/concrete or unset/dynamic.
/// Unset Circuits Parameters, computed dynamically together with circuit witness generation.
#[derive(Debug, Clone, Copy)]
pub struct DynamicCParams {}

/// Unset Circuits Parameters, computed dynamically together with circuit witness generation.
/// Circuit Setup Parameters. These can be fixed/concrete or unset/dynamic.
pub trait CircuitsParams: Debug + Copy {}

impl CircuitsParams for FixedCParams {}
Expand Down

0 comments on commit aced35d

Please sign in to comment.