Skip to content

Commit 66aad56

Browse files
ledwards2225aztec-bot
authored andcommitted
comment cleanup
(cherry picked from commit f013e44)
1 parent a3aa0f1 commit 66aad56

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

barretenberg/cpp/src/barretenberg/circuit_checker/ultra_circuit_builder_lookup.test.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,8 @@ TEST_F(UltraCircuitBuilderLookup, DifferentTablesGetUniqueIndices)
124124

125125
// Every basic table reachable through any MultiTable must receive a unique, positive circuit-local
126126
// table_index. The LogDeriv lookup relation identifies a table solely by table_index (not BasicTableId),
127-
// so a generator that stores anything other than the builder-assigned index — e.g. a window or bit-slice
128-
// position — silently collapses distinct tables to one identity. This sweeps the whole table space so
129-
// any such generator (not just secp256r1 fixed-base) is caught.
127+
// so a generator that stores anything other than the builder-assigned index silently collapses distinct tables to one
128+
// identity. This sweeps the whole table space so any such generator is caught.
130129
TEST_F(UltraCircuitBuilderLookup, AllMultiTableBasicTablesGetUniquePositiveIndices)
131130
{
132131
Builder builder;

0 commit comments

Comments
 (0)