xmss-KAT-generator/randombytes.h

10 lignes
211 B
C
Brut Vue normale Historique

#ifndef XMSS_RANDOMBYTES_H
#define XMSS_RANDOMBYTES_H
2015-08-11 11:08:27 +01:00
/**
* Tries to read xlen bytes from a source of randomness, and writes them to x.
*/
void randombytes(unsigned char *x, unsigned long long xlen);
2015-08-11 11:08:27 +01:00
#endif