mupq / pqm4

Post-quantum crypto library for the ARM Cortex-M4
280 stars 68 forks source link

Add Wave #298

Closed mkannwischer closed 8 months ago

mkannwischer commented 8 months ago

Here are the key sizes from the spec: image

With public keys of > 3M this won't fit on any microcontroller.

gbanegas commented 6 months ago

We could add it but we need to use flash memory. It was on Wavelet. https://eprint.iacr.org/2021/1432

mkannwischer commented 5 months ago

Thanks for the pointer, @gbanegas! We'll cite it in the report. pqm4 does not support putting keys in flash memory right now. Also the NUCLEO-L4R5ZI board only has 2 MiB of flash, so that would not work either.