https://github.com/mupq/pqm4
Raw File
Tip revision: c4fd63c4349a0e8d06b51f11c5a7ec09ff77bf39 authored by Matthias J. Kannwischer on 23 February 2024, 07:51:58 UTC
fix build on stm32f4discovery
Tip revision: c4fd63c
cw308t-stm32f3.mk
DEVICE=stm32f303rct7
OPENCM3_TARGET=lib/stm32/f3

EXCLUDED_SCHEMES = \
	mupq/pqclean/crypto_sign/sphincs-haraka-256f% \
	mupq/pqclean/crypto_sign/sphincs-shake256-256f% \
	mupq/pqclean/crypto_sign/sphincs-sha256-256f% \
	mupq/pqclean/crypto_kem/mceliece% \
	mupq/crypto_sign/falcon-1024% \
	mupq/crypto_sign/falcon-512% \
	crypto_sign/falcon-1024% \
	crypto_sign/falcon-512%

include mk/opencm3.mk
back to top