https://github.com/mupq/pqm4
Revision c37e5417322429230aa7992822e2a295e36133ea authored by vincentvbh on 29 January 2022, 01:24:18 UTC, committed by GitHub on 29 January 2022, 01:24:18 UTC
* ntruhps2048509

* ntruhps2048677, ntruhrss701

* ntruhps4096821

* update benchmarks

Co-authored-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
1 parent 2691b49
Raw File
Tip revision: c37e5417322429230aa7992822e2a295e36133ea authored by vincentvbh on 29 January 2022, 01:24:18 UTC
More readable and improved NTTs for NTRU (#219)
Tip revision: c37e541
stm32f4discovery.mk
DEVICE=stm32f407vg

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

include mk/opencm3.mk

elf/boardtest.elf: CPPFLAGS+=-DSRAM_TIMING_TEST -DHAS_SRAM2 -DHAS_CCM

elf/crypto_kem_frodokem640aes_m4_%.elf: LDSCRIPT=ldscripts/stm32f4discovery_fullram.ld
elf/mupq_pqclean_crypto_kem_frodokem640shake_opt_%.elf: LDSCRIPT=ldscripts/stm32f4discovery_fullram.ld
back to top