mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 15:39:07 +00:00
Trigger build
This commit is contained in:
parent
ca0e28bc43
commit
5a4b5f7358
@ -88,7 +88,6 @@ PQCLEAN_FALCON1024_CLEAN_prng_refill(prng *p) {
|
|||||||
|
|
||||||
uint64_t cc;
|
uint64_t cc;
|
||||||
size_t u;
|
size_t u;
|
||||||
|
|
||||||
uint32_t *d32 = (uint32_t *) p->state.d;
|
uint32_t *d32 = (uint32_t *) p->state.d;
|
||||||
uint64_t *d64 = (uint64_t *) p->state.d;
|
uint64_t *d64 = (uint64_t *) p->state.d;
|
||||||
|
|
||||||
|
@ -88,7 +88,6 @@ PQCLEAN_FALCON512_CLEAN_prng_refill(prng *p) {
|
|||||||
|
|
||||||
uint64_t cc;
|
uint64_t cc;
|
||||||
size_t u;
|
size_t u;
|
||||||
|
|
||||||
uint32_t *d32 = (uint32_t *) p->state.d;
|
uint32_t *d32 = (uint32_t *) p->state.d;
|
||||||
uint64_t *d64 = (uint64_t *) p->state.d;
|
uint64_t *d64 = (uint64_t *) p->state.d;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user