Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 4327f11

Browse files
ETatuzovaCblPOK-git
authored andcommitted
Minor changes transpiler start built with new crypto3-zk #21
1 parent d853f0b commit 4327f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/nil/blueprint/transpiler/minimized_profiling_plonk_circuit.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ namespace nil {
284284
visitor.visit(constraint);
285285
}
286286
}
287-
287+
/*
288288
for (const auto& gate: constraint_system.lookup_gates()) {
289289
for (const auto& constraint: gate.constraints) {
290290
for (const auto& lookup_input: constraint.lookup_input) {
@@ -296,7 +296,7 @@ namespace nil {
296296
}
297297
}
298298
}
299-
299+
*/
300300
for (std::size_t i = 0; i < ArithmetizationParams::total_columns; i++) {
301301
result[i].insert(0);
302302
}

0 commit comments

Comments
 (0)