mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 15:39:07 +00:00
Change formatting
[skip ci]
This commit is contained in:
parent
f4f51db4eb
commit
ca0e28bc43
@ -142,10 +142,8 @@ PQCLEAN_FALCON512_CLEAN_prng_refill(prng *p) {
|
|||||||
for (v = 4; v < 14; v ++) {
|
for (v = 4; v < 14; v ++) {
|
||||||
state[v] += d32[v - 4];
|
state[v] += d32[v - 4];
|
||||||
}
|
}
|
||||||
state[14] += d32[10]
|
state[14] += d32[10] ^ (uint32_t)cc;
|
||||||
^ (uint32_t)cc;
|
state[15] += d32[11] ^ (uint32_t)(cc >> 32);
|
||||||
state[15] += d32[11]
|
|
||||||
^ (uint32_t)(cc >> 32);
|
|
||||||
cc ++;
|
cc ++;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user