PQLR
Postquantum Crypto Library
 
Loading...
Searching...
No Matches
sei.h
Go to the documentation of this file.
1#pragma once
2
3#include <pqlr/common/pqlr.h>
4#include <pqlr/common/api.h>
5
6#include <stdint.h>
7#include <stddef.h>
8
9#ifdef __cplusplus
10extern "C" {
11#endif // __cplusplus
12
27PQLR_API void pqlr_get_entropy(const pqlr_t pqlr, void* data, size_t size);
28
33#ifdef __cplusplus
34} // extern "C"
35#endif // __cplusplus
#define PQLR_API
Definition api.h:22
PQLR_API void pqlr_get_entropy(const pqlr_t pqlr, void *data, size_t size)
Gets entropy via default entropy source.
struct pqlr_st * pqlr_t
Pqlr instance handle. Pqlr represents basic library and it's algorithms configuration....
Definition pqlr.h:26