pqc-thunderbird / libgcrypt

GNU General Public License v2.0
1 stars 0 forks source link

Falko's review of ML-DSA and SLH-DSA with AVX2 #48

Closed falko-strenzke closed 9 months ago

falko-strenzke commented 9 months ago

dilithium_avx2 review Falko

Comments to individual files

cipher/mldsa.c

cipher/mldsa-packing.c

cipher/mldsa-symmetric.c / .h

Missing copyright headers

sphincsplus_avx2 review Falko

Missing copyright headers

TJ-91 commented 9 months ago

Addressed comments for ML-DSA in 7ccee618456231596d062a5b29abd4ca7cc0258b:

Additionally to the comments I noticed that I needed to take into account the "--disable-avx2-support" flag (can be passed in the ./configure call) and added it.

Two comments from my side: