Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
scrypt / scrypt-1.2.1 / libcperciva / crypto / crypto_entropy.h
Size: Mime:
#ifndef _CRYPTO_ENTROPY_H_
#define _CRYPTO_ENTROPY_H_

#include <stddef.h>
#include <stdint.h>

/**
 * crypto_entropy_read(buf, buflen):
 * Fill the buffer with unpredictable bits.  The value ${buflen} must be
 * less than 2^16.
 */
int crypto_entropy_read(uint8_t *, size_t);

#endif /* !_CRYPTO_ENTROPY_H_ */