mupq / pqm4

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

Add SDitH #290

Closed mkannwischer closed 10 months ago

mkannwischer commented 10 months ago

The current version of SDitH from https://csrc.nist.gov/csrc/media/Projects/pqc-dig-sig/documents/round-1/submission-pkg/SDitH-submission.zip is using dynamic memory allocations. It looks like it is not too much work to eliminate those, but let's revisit that late.

mkannwischer commented 8 months ago

I have eliminated the dynamic memory allocations, and integrated the hypercube gf256 variant into pqm4, but they are using enormous amounts of memory (800k, 1.5M, 2.5M). So I am not proceeding with this for now.