1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/src/crypto/random.h
2018-06-11 10:53:16 -04:00

13 lines
667 B
C

/***********************************************************************************************************************************
Random Header
***********************************************************************************************************************************/
#ifndef CRYPTO_RANDOM_H
#define CRYPTO_RANDOM_H
/***********************************************************************************************************************************
Functions
***********************************************************************************************************************************/
void randomBytes(unsigned char *buffer, size_t size);
#endif