mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-26 17:31:38 +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
218 B
C
11 lines
218 B
C
#ifndef PQCLEAN_DILITHIUM5_AVX2_CONSTS_H
|
|
#define PQCLEAN_DILITHIUM5_AVX2_CONSTS_H
|
|
#include "align.h"
|
|
#include "cdecl.h"
|
|
|
|
|
|
typedef ALIGNED_INT32(624) qdata_t;
|
|
extern const qdata_t PQCLEAN_DILITHIUM5_AVX2_qdata;
|
|
|
|
#endif
|