4f86c39515
* Update Dilithium * Alternative montgomery reduce to avoid i386 functest errors * Explicit casts for msvc * More casts; bump upstream version; fix metadata * another cast
11 lines
227 B
C
11 lines
227 B
C
#ifndef PQCLEAN_DILITHIUM2AES_AVX2_CONSTS_H
|
|
#define PQCLEAN_DILITHIUM2AES_AVX2_CONSTS_H
|
|
#include "align.h"
|
|
#include "cdecl.h"
|
|
|
|
|
|
typedef ALIGNED_INT32(624) qdata_t;
|
|
extern const qdata_t PQCLEAN_DILITHIUM2AES_AVX2_qdata;
|
|
|
|
#endif
|