PQLR
Postquantum Crypto Library by
QAPP
params.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <stdint.h>
4
#include <stdlib.h>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
// __cplusplus
9
15
// clang-format off
39
// clang-format on
40
typedef
enum
{
41
hypericum_universal
,
42
hypericum_fast_sign
,
43
hypericum_small_sign
,
44
hypericum_parameterset_last
,
45
}
hypericum_parameterset_t
;
46
51
#ifdef __cplusplus
52
}
// extern "C"
53
#endif
// __cplusplus
hypericum_parameterset_t
hypericum_parameterset_t
Parameter set.
Definition:
params.h:40
hypericum_small_sign
@ hypericum_small_sign
Definition:
params.h:43
hypericum_parameterset_last
@ hypericum_parameterset_last
Definition:
params.h:44
hypericum_universal
@ hypericum_universal
Definition:
params.h:41
hypericum_fast_sign
@ hypericum_fast_sign
Definition:
params.h:42
pqlr
hypericum
params.h
Generated by
1.9.1 for
QAPP