pq-crystals / dilithium

Other
374 stars 136 forks source link

Size of c in packing.h #80

Open PionTsai opened 7 months ago

PionTsai commented 7 months ago

Hello,

In packing.h L21 & L36, the size of uint8_t c should be CTILDEBYTES? Since CTILDEBYTES has different values in each security level (32, 48, 64), while c[SEEDBYTES] is a fixed 32 bytes array.

Thank you.