https://github.com/mupq/pqm4
Raw File
Tip revision: dd83f4831e2452d0534b914c23080f21c88f46b7 authored by Richard Petri on 20 July 2022, 07:54:20 UTC
Use atexit to register the destructor for gcc11
Tip revision: dd83f48
nucleo-l476rg.mk
DEVICE=stm32l476rg

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

include mk/opencm3.mk
back to top