mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-27 01:41:40 +00:00
32c613e8ec
* 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_DILITHIUM3AES_AVX2_CONSTS_H
|
|
#define PQCLEAN_DILITHIUM3AES_AVX2_CONSTS_H
|
|
#include "align.h"
|
|
#include "cdecl.h"
|
|
|
|
|
|
typedef ALIGNED_INT32(624) qdata_t;
|
|
extern const qdata_t PQCLEAN_DILITHIUM3AES_AVX2_qdata;
|
|
|
|
#endif
|