pqc/crypto_sign/dilithium2aes/avx2/consts.h
John Schanck 4f86c39515
Round 3 update for Dilithium (from github source) (#369)
* Update Dilithium

* Alternative montgomery reduce to avoid i386 functest errors

* Explicit casts for msvc

* More casts; bump upstream version; fix metadata

* another cast
2021-02-01 13:32:40 +08:00

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