Skip to content

Commit

Permalink
Updated footprint size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Apr 10, 2024
1 parent caf9577 commit ce7c272
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tools/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -972,25 +972,25 @@ test-size-all:
make keysclean
make test-size SIGN=ED25519 LIMIT=11380
make keysclean
make test-size SIGN=ECC256 LIMIT=17696
make test-size SIGN=ECC256 LIMIT=17824
make keysclean
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13572
make keysclean
make test-size SIGN=RSA2048 LIMIT=10584
make test-size SIGN=RSA2048 LIMIT=11004
make keysclean
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=10460
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=11576
make keysclean
make test-size SIGN=RSA4096 LIMIT=11884
make keysclean
make test-size SIGN=RSA4096 NO_ASM=1 LIMIT=10780
make test-size SIGN=RSA4096 NO_ASM=1 LIMIT=11864
make keysclean
make test-size SIGN=ECC384 LIMIT=17370
make test-size SIGN=ECC384 LIMIT=17388
make keysclean
make test-size SIGN=ECC384 NO_ASM=1 LIMIT=15024
make keysclean
make test-size SIGN=ED448 LIMIT=13464
make keysclean
make test-size SIGN=RSA3072 LIMIT=11236
make keysclean
make test-size SIGN=RSA3072 NO_ASM=1 LIMIT=10570
make test-size SIGN=RSA3072 NO_ASM=1 LIMIT=11684
make keysclean

0 comments on commit ce7c272

Please sign in to comment.