From 427f7855145f7f2d91547ed7e6bc2c6ebd397176 Mon Sep 17 00:00:00 2001 From: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com> Date: Sat, 9 Dec 2023 21:05:43 -0500 Subject: [PATCH] chore: add getter to `KeccakComponentShardCircuit` --- 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")]