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
st_nucleo_l4r5.cfg
# This is for STM32L4R5 Nucleo Dev Boards.
source [find interface/stlink-dap.cfg]

transport select dapdirect_swd

source [find target/stm32l4x.cfg]

# use hardware reset (srst seems to be problematic)
reset_config trst_only
back to top