#include <unistd.h>
#include "taia.h"
#include "uint_t.h"
#include "dns.h"
#include "open.h"
#include "logmsg.h"
#include "curve.h"
Go to the source code of this file.
◆ MUSH
#define MUSH |
( |
|
i, |
|
|
|
b |
|
) |
| x = t[i] += (((x ^ seed[i]) + sum) ^ ROTATE(x,b)); |
◆ ROTATE
#define ROTATE |
( |
|
x, |
|
|
|
b |
|
) |
| (((x) << (b)) | ((x) >> (32 - (b)))) |
◆ crypto_random()
unsigned int crypto_random |
( |
unsigned int |
n | ) |
|
◆ crypto_random_init()
int crypto_random_init |
( |
void |
| ) |
|
◆ dns_random()
unsigned int dns_random |
( |
unsigned int |
n | ) |
|
◆ dns_random_init()
void dns_random_init |
( |
const char |
data[128] | ) |
|
◆ randombytes()
void randombytes |
( |
uint8 * |
x, |
|
|
unsigned long long |
xlen |
|
) |
| |
◆ surf()
◆ global_urandom_fd