Skip to content

Commit

Permalink
footprint size adjustment for NO_SIGN
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Sep 21, 2023
1 parent b29290b commit 0add711
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -942,19 +942,19 @@ test-all: clean


test-size-all:
make test-size SIGN=NONE LIMIT=4730
make test-size SIGN=NONE LIMIT=4732
make keysclean
make test-size SIGN=ED25519 LIMIT=11398
make keysclean
make test-size SIGN=ECC256 LIMIT=22270
make keysclean
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13706
make keysclean
make test-size SIGN=RSA2048 LIMIT=11226
make test-size SIGN=RSA2048 LIMIT=11948
make keysclean
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=11202
make keysclean
make test-size SIGN=RSA4096 LIMIT=11586
make test-size SIGN=RSA4096 LIMIT=13224
make keysclean
make test-size SIGN=RSA4096 NO_ASM=1 LIMIT=11502
make keysclean
Expand All @@ -964,7 +964,7 @@ test-size-all:
make keysclean
make test-size SIGN=ED448 LIMIT=13420
make keysclean
make test-size SIGN=RSA3072 LIMIT=11422
make test-size SIGN=RSA3072 LIMIT=12504
make keysclean
make test-size SIGN=RSA3072 NO_ASM=1 LIMIT=11294
make keysclean

0 comments on commit 0add711

Please sign in to comment.