Revision d8eeeaa64a1ee5f2357f0674e28b6741d5cb9ba7 authored by Matthias J. Kannwischer on 16 August 2021, 09:20:28 UTC, committed by rpls on 30 August 2021, 20:57:22 UTC
Right now the testvectors script does not work when bin_type is not .bin, e.g.,
it is .hex for the nucleo-l4r5zi. It fails when trying to build the host binary.
The script tries to build
bin-host/scheme_impl_testvectors.hex rather than
bin-host/scheme_impl_testvectors.
This is caused by a replace('.bin', '').
1 parent 55b2d6c
History
File Mode Size
.github
common
crypto_kem
crypto_sign
mk
pqclean @ 964469d
.gitignore -rw-r--r-- 1.7 KB
.gitmodules -rw-r--r-- 98 bytes
README.md -rw-r--r-- 620 bytes
mupq.py -rw-r--r-- 22.0 KB
platforms.py -rw-r--r-- 5.2 KB

README.md

back to top