From c071c5f87cf7408c549d2ac7b4aba60fab7a5525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86gir?= <0x5ea000000@gmail.com> Date: Mon, 16 Sep 2024 15:55:58 +0700 Subject: [PATCH] fix: cpu poly context length --- cpu-constraint-poly/sources/cpu_constraint_poly.move | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu-constraint-poly/sources/cpu_constraint_poly.move b/cpu-constraint-poly/sources/cpu_constraint_poly.move index 822ae75..38359a2 100644 --- a/cpu-constraint-poly/sources/cpu_constraint_poly.move +++ b/cpu-constraint-poly/sources/cpu_constraint_poly.move @@ -11,7 +11,7 @@ module cpu_constraint_poly_addr::cpu_constraint_poly { const K_MODULUS: u256 = 0x800000000000011000000000000000000000000000000000000000000000001; // End of generating constants! - const CTX_LEN: u256 = 404; + const CTX_LEN: u64 = 404; // The Memory map during the execution of this contract is as follows: // [0x0, 0x20) - pedersen__points__x