Skip to content

Commit

Permalink
Remove outdated falcon implementations from excluded_schemes on vario…
Browse files Browse the repository at this point in the history
…us target

Got removed in #377
  • Loading branch information
mkannwischer committed Feb 4, 2025
1 parent 5a1586f commit e0e58e0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
4 changes: 0 additions & 4 deletions mk/cw308t-stm32f415.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ EXCLUDED_SCHEMES = \
mupq/crypto_sign/tuov_iii% \
mupq/crypto_sign/tuov_v% \
crypto_sign/ov-Ip% \
mupq/crypto_sign/falcon-1024% \
mupq/crypto_sign/falcon-512% \
crypto_sign/falcon-1024% \
crypto_sign/falcon-512% \
mupq/crypto_sign/meds167717% \
mupq/crypto_sign/meds134180% \
mupq/crypto_sign/snova-60-10-16-4% \
Expand Down
1 change: 0 additions & 1 deletion mk/nucleo-l476rg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ OPENCM3_TARGET=lib/stm32/l4
EXCLUDED_SCHEMES = \
mupq/pqclean/crypto_kem/mceliece% \
mupq/crypto_sign/ov-Ip% \
mupq/crypto_sign/falcon-1024-tree% \
mupq/crypto_sign/snova-43-25-16-2-esk% \
mupq/crypto_sign/snova-61-33-16-2-esk% \
mupq/crypto_sign/snova-60-10-16-4-esk% \
Expand Down
3 changes: 1 addition & 2 deletions mk/nucleo-l4r5zi.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ OPENCM3_TARGET=lib/stm32/l4

EXCLUDED_SCHEMES = \
mupq/pqclean/crypto_kem/mceliece% \
mupq/crypto_sign/tuov% \
mupq/crypto_sign/falcon-1024-tree%
mupq/crypto_sign/tuov%

DEVICES_DATA := ldscripts/devices.data

Expand Down
3 changes: 1 addition & 2 deletions mk/stm32f4discovery.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ EXCLUDED_SCHEMES = \
mupq/crypto_sign/meds55604% \
mupq/crypto_sign/meds167717% \
mupq/crypto_sign/meds134180% \
crypto_sign/ov-Ip% \
mupq/crypto_sign/falcon-1024-tree%
crypto_sign/ov-Ip%

include mk/opencm3.mk

Expand Down

0 comments on commit e0e58e0

Please sign in to comment.