Skip to content

Commit

Permalink
re-up the footprint sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbland1 committed Jul 1, 2023
1 parent 5f44cc4 commit b68bc78
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 @@ -921,17 +921,17 @@ test-all: clean


test-size-all:
make test-size SIGN=NONE LIMIT=4740
make test-size SIGN=NONE LIMIT=4794
make keysclean
make test-size SIGN=ED25519 LIMIT=11368
make test-size SIGN=ED25519 LIMIT=11438
make keysclean
make test-size SIGN=ECC256 LIMIT=22134
make test-size SIGN=ECC256 LIMIT=22214
make keysclean
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13566
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13646
make keysclean
make test-size SIGN=RSA2048 LIMIT=11142
make test-size SIGN=RSA2048 LIMIT=11226
make keysclean
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=11114
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=11198
make keysclean
make test-size SIGN=RSA4096 LIMIT=11506
make keysclean
Expand Down

0 comments on commit b68bc78

Please sign in to comment.