Skip to content

Commit

Permalink
fix: cpu poly context length
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5ea000000 authored Sep 16, 2024
1 parent b890148 commit c071c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu-constraint-poly/sources/cpu_constraint_poly.move
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c071c5f

Please sign in to comment.