1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-18 04:58:51 +02:00
pgbackrest/src/crypto/random.h

13 lines
667 B
C
Raw Normal View History

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