summaryrefslogtreecommitdiff
path: root/src/random.h
blob: e1d8f8b2abe9a2d878792a1c4f4e657ce184418a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
int
random_init(void);

int
random_destroy(void);

void
random_bytes(unsigned char *out, const unsigned long long length);

void
randombytes(unsigned char *out, const unsigned long long length);