File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
polyvecl_pointwise_acc_montgomery Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ FUNCTION_NAME = polyvec_matrix_expand
3737# EXPENSIVE = true
3838
3939# This function is large enough to need...
40- CBMC_OBJECT_BITS = 10
40+ CBMC_OBJECT_BITS = 11
4141
4242# If you require access to a file-local ("static") function or object to conduct
4343# your proof, set the following (and do not include the original source file
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ FUNCTION_NAME = polyvecl_chknorm
3939# EXPENSIVE = true
4040
4141# This function is large enough to need...
42- CBMC_OBJECT_BITS = 9
42+ CBMC_OBJECT_BITS = 12
4343
4444# If you require access to a file-local ("static") function or object to conduct
4545# your proof, set the following (and do not include the original source file
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ FUNCTION_NAME = polyvecl_pointwise_acc_montgomery
3737# EXPENSIVE = true
3838
3939# This function is large enough to need...
40- CBMC_OBJECT_BITS = 10
40+ CBMC_OBJECT_BITS = 12
4141
4242# If you require access to a file-local ("static") function or object to conduct
4343# your proof, set the following (and do not include the original source file
You can’t perform that action at this time.
0 commit comments