Skip to content

Commit ac459a3

Browse files
fixed goldilocks extension degree (#422)
1 parent 362fd38 commit ac459a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Ix/Aiur/Stages/Bytecode.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ structure FunctionLayout where
7878
def FunctionLayout.width (l : FunctionLayout) : Nat :=
7979
l.inputSize + l.selectors + l.auxiliaries
8080

81-
abbrev goldilocksExtensionDegree : Nat := 4
81+
abbrev goldilocksExtensionDegree : Nat := 2
8282

8383
def FunctionLayout.totalWidth (l : FunctionLayout) : Nat :=
8484
l.width + goldilocksExtensionDegree * (1 + l.lookups)

0 commit comments

Comments
 (0)