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
218 B
C
11 lines
218 B
C
#ifndef PQCLEAN_DILITHIUM3_AVX2_CONSTS_H
|
|
#define PQCLEAN_DILITHIUM3_AVX2_CONSTS_H
|
|
#include "align.h"
|
|
#include "cdecl.h"
|
|
|
|
|
|
typedef ALIGNED_INT32(624) qdata_t;
|
|
extern const qdata_t PQCLEAN_DILITHIUM3_AVX2_qdata;
|
|
|
|
#endif
|