djbdnscurve6
38
djbdnscurve6
|
Go to the source code of this file.
Macros | |
#define | ROTATE(x, b) (((x) << (b)) | ((x) >> (32 - (b)))) |
#define | MUSH(i, b) x = t[i] += (((x ^ seed[i]) + sum) ^ ROTATE(x,b)); |
Functions | |
void | dns_random_init (const char data[128]) |
unsigned int | dns_random (unsigned int n) |
Definition at line 12 of file dns_random.c.
Definition at line 11 of file dns_random.c.
unsigned int dns_random | ( | unsigned int | n | ) |
void dns_random_init | ( | const char | data[128] | ) |
Definition at line 33 of file dns_random.c.