This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
pqc
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Trigger build
kyber
Douglas Stebila
4 years ago
committed by
Kris Kwiatkowski
parent
ca0e28bc43
commit
5a4b5f7358
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
crypto_sign/falcon-1024/clean/rng.c
+0
-1
crypto_sign/falcon-512/clean/rng.c
+ 0
- 1
crypto_sign/falcon-1024/clean/rng.c
View File
@@ -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;
+ 0
- 1
crypto_sign/falcon-512/clean/rng.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save