Skip to content

Commit

Permalink
footprint update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbland1 committed Aug 15, 2023
1 parent 36bf4c3 commit d4231f8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions tools/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -920,29 +920,29 @@ test-all: clean


test-size-all:
make test-size SIGN=NONE LIMIT=4683
make test-size SIGN=NONE LIMIT=4722
make keysclean
make test-size SIGN=ED25519 LIMIT=11350
make test-size SIGN=ED25519 LIMIT=11398
make keysclean
make test-size SIGN=ECC256 LIMIT=22212
make test-size SIGN=ECC256 LIMIT=22251
make keysclean
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13646
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13685
make keysclean
make test-size SIGN=RSA2048 LIMIT=11144
make test-size SIGN=RSA2048 LIMIT=11183
make keysclean
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=11112
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=11162
make keysclean
make test-size SIGN=RSA4096 LIMIT=11502
make test-size SIGN=RSA4096 LIMIT=11561
make keysclean
make test-size SIGN=RSA4096 NO_ASM=1 LIMIT=11422
make test-size SIGN=RSA4096 NO_ASM=1 LIMIT=11481
make keysclean
make test-size SIGN=ECC384 LIMIT=17550
make test-size SIGN=ECC384 LIMIT=17609
make keysclean
make test-size SIGN=ECC384 NO_ASM=1 LIMIT=15082
make test-size SIGN=ECC384 NO_ASM=1 LIMIT=15141
make keysclean
make test-size SIGN=ED448 LIMIT=13394
make test-size SIGN=ED448 LIMIT=13453
make keysclean
make test-size SIGN=RSA3072 LIMIT=11342
make test-size SIGN=RSA3072 LIMIT=11401
make keysclean
make test-size SIGN=RSA3072 NO_ASM=1 LIMIT=11216
make test-size SIGN=RSA3072 NO_ASM=1 LIMIT=11275
make keysclean

0 comments on commit d4231f8

Please sign in to comment.