https://github.com/mupq/pqm4
Raw File
Tip revision: 7f05252b1b093ce317d62d8798323b3f801c43e1 authored by Richard Petri on 16 January 2024, 22:34:10 UTC
Run only on push to master, and when PR review requested
Tip revision: 7f05252
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