1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-26 17:31:38 +00:00
pqcrypto/crypto_sign/dilithium5/avx2/consts.h
John Schanck 32c613e8ec 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-03-24 21:02:50 +00:00

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