We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362fd38 commit ac459a3Copy full SHA for ac459a3
1 file changed
Ix/Aiur/Stages/Bytecode.lean
@@ -78,7 +78,7 @@ structure FunctionLayout where
78
def FunctionLayout.width (l : FunctionLayout) : Nat :=
79
l.inputSize + l.selectors + l.auxiliaries
80
81
-abbrev goldilocksExtensionDegree : Nat := 4
+abbrev goldilocksExtensionDegree : Nat := 2
82
83
def FunctionLayout.totalWidth (l : FunctionLayout) : Nat :=
84
l.width + goldilocksExtensionDegree * (1 + l.lookups)
0 commit comments