Skip to content

Commit 8976078

Browse files
committed
Adjusted footprint limits
1 parent faebb62 commit 8976078

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/test.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ test-size-all:
11641164
make clean
11651165
make test-size SIGN=ECC384 NO_ASM=1 LIMIT=15290 NO_ARM_ASM=1
11661166
make keysclean
1167-
make test-size SIGN=ED448 LIMIT=13864 NO_ARM_ASM=1
1167+
make test-size SIGN=ED448 LIMIT=13952 NO_ARM_ASM=1
11681168
make keysclean
11691169
make test-size SIGN=RSA3072 LIMIT=12056 NO_ARM_ASM=1
11701170
make clean
@@ -1179,5 +1179,5 @@ test-size-all:
11791179
LIMIT=8658 NO_ARM_ASM=1
11801180
make keysclean
11811181
make clean
1182-
make test-size SIGN=ML_DSA ML_DSA_LEVEL=2 LIMIT=19482 \
1182+
make test-size SIGN=ML_DSA ML_DSA_LEVEL=2 LIMIT=19800 \
11831183
IMAGE_SIGNATURE_SIZE=2420 IMAGE_HEADER_SIZE?=8192

0 commit comments

Comments
 (0)