From 87f8706346cfbba06fd988e08a97141d31a9b694 Mon Sep 17 00:00:00 2001 From: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com> Date: Sat, 9 Dec 2023 21:06:26 -0500 Subject: [PATCH] chore: add getter to `KeccakComponentShardCircuit` (#230) --- hashes/zkevm/src/keccak/component/circuit/shard.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/hashes/zkevm/src/keccak/component/circuit/shard.rs b/hashes/zkevm/src/keccak/component/circuit/shard.rs index 7c3ac86a..36864d08 100644 --- a/hashes/zkevm/src/keccak/component/circuit/shard.rs +++ b/hashes/zkevm/src/keccak/component/circuit/shard.rs @@ -54,6 +54,7 @@ pub struct KeccakComponentShardCircuit { /// 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>, /// Poseidon hasher. Stateless once initialized. #[getset(get = "pub")]