https://github.com/mupq/pqm4
Revision 1eeb74e4106a80e26a9452e4793acd6f191fe413 authored by Matthias J. Kannwischer on 08 November 2022, 05:17:17 UTC, committed by Matthias J. Kannwischer on 08 November 2022, 05:17:17 UTC
1 parent 918f379
Raw File
Tip revision: 1eeb74e4106a80e26a9452e4793acd6f191fe413 authored by Matthias J. Kannwischer on 08 November 2022, 05:17:17 UTC
skip aarch64 implementations when building all schemes via make
Tip revision: 1eeb74e
cw308t-stm32f3.mk
DEVICE=stm32f303rct7

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