Skip to content

Commit

Permalink
chore: add getter to KeccakComponentShardCircuit (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang authored Dec 10, 2023
1 parent 6e35ba3 commit 87f8706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hashes/zkevm/src/keccak/component/circuit/shard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ pub struct KeccakComponentShardCircuit<F: Field> {
/// Parameters of this circuit. The same parameters always construct the same circuit.
#[getset(get_mut = "pub")]
params: KeccakComponentShardCircuitParams,
#[getset(get = "pub")]
base_circuit_builder: RefCell<BaseCircuitBuilder<F>>,
/// Poseidon hasher. Stateless once initialized.
#[getset(get = "pub")]
Expand Down

0 comments on commit 87f8706

Please sign in to comment.