Skip to content

Commit 7f33d7a

Browse files
committed
Updated footprint limits
1 parent 7785155 commit 7f33d7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tools/test.mk

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -991,23 +991,23 @@ test-size-all:
991991
make clean
992992
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13480
993993
make keysclean
994-
make test-size SIGN=RSA2048 LIMIT=11124
994+
make test-size SIGN=RSA2048 LIMIT=11212
995995
make clean
996-
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=11696
996+
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=11788
997997
make keysclean
998-
make test-size SIGN=RSA4096 LIMIT=11408
998+
make test-size SIGN=RSA4096 LIMIT=11500
999999
make clean
1000-
make test-size SIGN=RSA4096 NO_ASM=1 LIMIT=11984
1000+
make test-size SIGN=RSA4096 NO_ASM=1 LIMIT=12076
10011001
make keysclean
10021002
make test-size SIGN=ECC384 LIMIT=17504
10031003
make clean
10041004
make test-size SIGN=ECC384 NO_ASM=1 LIMIT=14872
10051005
make keysclean
10061006
make test-size SIGN=ED448 LIMIT=13408
10071007
make keysclean
1008-
make test-size SIGN=RSA3072 LIMIT=11264
1008+
make test-size SIGN=RSA3072 LIMIT=11352
10091009
make clean
1010-
make test-size SIGN=RSA3072 NO_ASM=1 LIMIT=11804
1010+
make test-size SIGN=RSA3072 NO_ASM=1 LIMIT=11892
10111011
make keysclean
10121012
make test-size SIGN=LMS LMS_LEVELS=2 LMS_HEIGHT=5 LMS_WINTERNITZ=8 \
10131013
WOLFBOOT_SMALL_STACK=0 IMAGE_SIGNATURE_SIZE=2644 \

0 commit comments

Comments
 (0)