Skip to content

Commit 62279a3

Browse files
author
notnotraju
committed
formatting
1 parent 0d18909 commit 62279a3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

barretenberg/cpp/src/barretenberg/relations/ecc_vm/ecc_set_relation_impl.hpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ namespace bb {
3636
* Output source: ECCVMTranscriptRelation
3737
*
3838
* Note that, from the latter table, this is only turned on when we are at a `mul` instruction. Similarly, from the
39-
* former table, this is only turned on when `precompute_point_transition == 1`. THIRD TERM: tuple of (pc, P.x, P.y,
40-
* msm-size) from ECCVMMSMRelation, to link the output of the MSM computation from the MSM table to the values in the
41-
* Transcript tables.
39+
* former table, this is only turned on when `precompute_point_transition == 1`.
40+
*
41+
* THIRD TERM: tuple of (pc, P.x, P.y,msm-size) from ECCVMMSMRelation, to link the output of the MSM computation from
42+
* the MSM table to the values in the Transcript tables.
4243
*
4344
* Input source: ECCVMMSMRelation
4445
* Output source: ECCVMTranscriptRelation

0 commit comments

Comments
 (0)