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
Fix duplicate consistency
kyber
Thom Wiggers
4 years ago
committed by
Kris Kwiatkowski
parent
698738c263
commit
83750a2fb2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
crypto_kem/ledakemlt12/leaktime/rng.c
+ 1
- 1
crypto_kem/ledakemlt12/leaktime/rng.c
View File
@@ -104,7 +104,7 @@ int PQCLEAN_LEDAKEMLT12_LEAKTIME_seedexpander(AES_XOF_struct *ctx, uint8_t *x, s
}
end:
aes256_ctx_release(&ctx256);
return RNG_SUCCESS;
}
Write
Preview
Loading…
Cancel
Save