1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 07:59:01 +00:00
pqcrypto/crypto_kem/kyber512-90s/avx2/consts.h

11 lines
221 B
C
Raw Normal View History

#ifndef PQCLEAN_KYBER51290S_AVX2_CONSTS_H
#define PQCLEAN_KYBER51290S_AVX2_CONSTS_H
2020-10-27 13:48:42 +00:00
#include "align.h"
#include "cdecl.h"
2019-09-17 13:02:01 +01:00
2020-10-27 13:48:42 +00:00
typedef ALIGNED_INT16(640) qdata_t;
extern const qdata_t PQCLEAN_KYBER51290S_AVX2_qdata;
2019-09-17 13:02:01 +01:00
#endif