PQLR
Postquantum Crypto Library by
QAPP
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
10
extern
"C"
{
11
#endif
// __cplusplus
12
27
PQLR_API
void
pqlr_get_entropy
(
const
pqlr_t
pqlr,
void
* data,
size_t
size);
28
33
#ifdef __cplusplus
34
}
// extern "C"
35
#endif
// __cplusplus
api.h
PQLR_API
#define PQLR_API
Definition:
api.h:22
pqlr_get_entropy
PQLR_API void pqlr_get_entropy(const pqlr_t pqlr, void *data, size_t size)
Gets entropy via default entropy source.
pqlr_t
struct pqlr_st * pqlr_t
Pqlr instance handle. Pqlr represents basic library and it's algorithms configuration....
Definition:
pqlr.h:26
pqlr.h
pqlr
common
sei.h
Generated by
1.9.1 for
QAPP