Skip to content

Commit c94abf0

Browse files
committed
fork.13 poseidon counters fix
1 parent d81a97e commit c94abf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Test executor inputs
66
on:
77
workflow_dispatch:
88
pull_request:
9-
branches: [main, develop, develop-no-opt, develop-durian]
9+
branches: [main, develop, develop-durian]
1010

1111
jobs:
1212
build:

main/constants.zkasm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ CONST %MAX_CNT_BINARY_LIMIT = %TOTAL_STEPS_LIMIT / 16
113113
CONST %MAX_CNT_MEM_ALIGN_LIMIT = %TOTAL_STEPS_LIMIT / 32
114114
CONST %MAX_CNT_KECCAK_F_LIMIT = (%TOTAL_STEPS_LIMIT / 155286) * 44
115115
CONST %MAX_CNT_PADDING_PG_LIMIT = (%TOTAL_STEPS_LIMIT / 56)
116-
CONST %MAX_CNT_POSEIDON_G_LIMIT = (%TOTAL_STEPS_LIMIT / 30)
116+
CONST %MAX_CNT_POSEIDON_G_LIMIT = (%TOTAL_STEPS_LIMIT / 31)
117117
CONST %MAX_CNT_SHA256_F_LIMIT = ((%TOTAL_STEPS_LIMIT - 1) / 31488) * 7
118118

119119
CONST %SAFE_RANGE = 80 ; safe guard counters to not take into account (%RANGE = 1 / SAFE_RANGE)

0 commit comments

Comments
 (0)