15#include <oqs/common.h>
17#if defined(__cplusplus)
22#define OQS_RAND_alg_system "system"
24#define OQS_RAND_alg_openssl "OpenSSL"
62#if defined(__cplusplus)
#define OQS_API
Definition common.h:92
OQS_STATUS
Definition common.h:114
OQS_API OQS_STATUS OQS_randombytes_switch_algorithm(const char *algorithm)
OQS_API void OQS_randombytes(uint8_t *random_array, size_t bytes_to_read)
OQS_API void OQS_randombytes_custom_algorithm(void(*algorithm_ptr)(uint8_t *, size_t))