pq-crystals / dilithium

Other
374 stars 136 forks source link

wrong seed length #36

Closed 614n closed 3 years ago

614n commented 3 years ago

In polyvec.{c,h}, polyvecl_uniform_gamma1 has seed[SEEDBYTES] as parameter. According to the documentation, it should be seed[CRHBYTES].

gregorseiler commented 3 years ago

Thanks, this is fixed now.