Initial commit
[authen-passphrase-scrypt.git] / scrypt-1.2.1 / libcperciva / util / entropy.h
CommitLineData
0c1f3509
MG
1#ifndef _ENTROPY_H_
2#define _ENTROPY_H_
3
4#include <stddef.h>
5#include <stdint.h>
6
7/**
8 * entropy_read(buf, buflen):
9 * Fill the given buffer with random bytes provided by the operating system.
10 */
11int entropy_read(uint8_t *, size_t);
12
13#endif /* !_ENTROPY_H_ */
This page took 0.009898 seconds and 4 git commands to generate.