Tento commit je obsažen v:
Douglas Stebila 2020-03-13 17:06:45 -04:00 odevzdal Kris Kwiatkowski
rodič ca0e28bc43
revize 5a4b5f7358
2 změnil soubory, kde provedl 0 přidání a 2 odebrání

Zobrazit soubor

@ -88,7 +88,6 @@ PQCLEAN_FALCON1024_CLEAN_prng_refill(prng *p) {
uint64_t cc;
size_t u;
uint32_t *d32 = (uint32_t *) p->state.d;
uint64_t *d64 = (uint64_t *) p->state.d;

Zobrazit soubor

@ -88,7 +88,6 @@ PQCLEAN_FALCON512_CLEAN_prng_refill(prng *p) {
uint64_t cc;
size_t u;
uint32_t *d32 = (uint32_t *) p->state.d;
uint64_t *d64 = (uint64_t *) p->state.d;