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 {
46 
51 #ifdef __cplusplus
52 } // extern "C"
53 #endif // __cplusplus
hypericum_parameterset_t
Parameter set.
Definition: params.h:40
@ hypericum_small_sign
Definition: params.h:43
@ hypericum_parameterset_last
Definition: params.h:44
@ hypericum_universal
Definition: params.h:41
@ hypericum_fast_sign
Definition: params.h:42