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
nucleo-l476rg.mk
DEVICE=stm32l476rg
OPENCM3_TARGET=lib/stm32/l4

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

include mk/opencm3.mk
back to top