- linker version script - how do I do that with meson?

- Linux kernel Makefile: make clean does not prune files generated by sources
  wrapped in ifdefs in Makefile

- how to detect ARMv6 (in contrast to ARMv7) such that ARMv7 Neon code is only
  compiled for target host ARMv7 - at the moment compiling on ARMv6 fails
  because the Neon code is compiled (which should not be compiled)

- provide version numbers in one place (currently found in meson.build, leancrypto.spec and Kbuild.version)

- BIKE: add self tests

- BIKE: add timecop

- ARMv8: enable ARMv8 intrinsics in the kernel (SHAKE2x and by extension SLH-DSA)

- lc_x509_helper: remove duplication between asn1/tests/asn1_test_helper.c and apps/src/lc_x509_generator_file_helper.c

- RISCV64: update internal/src/cpufeatures_riscv_auxv.c once kernels report ZBB correctly

- X.509/PKCS7 parser: add to the Linux kernel

- SHA2 Neon: check whether it works on ARMv7

- RISCV asm: check whether it works for RISCV32

- Add SLH-DSA-Ascon to Linux kernel

- HQC: reed_solomon_decode has too large stack frame (3k)

- HQC: add side channel analysis

- FIPS 140 integrity check: fix for cross compilation (leancrypto-fips-raw-generator is to be executed on build host, but with a library that is compiled for target host)

- ChaCha20 SSSE3: disable due to valgrind report
