Joost Rijneveld
5 years ago
No known key found for this signature in database
GPG Key ID: A4FE39CF49CBC553
1 changed files with
0 additions and
3 deletions
-
common/randombytes.c
|
|
@@ -30,9 +30,6 @@ static void surf(void) |
|
|
|
|
|
|
|
void randombytes(uint8_t *x,uint64_t xlen) |
|
|
|
{ |
|
|
|
uint64_t bak = xlen; |
|
|
|
uint8_t *xbak = x; |
|
|
|
|
|
|
|
while (xlen > 0) { |
|
|
|
if (!outleft) { |
|
|
|
if (!++in[0]) if (!++in[1]) if (!++in[2]) ++in[3]; |
|
|
|