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
John M. Schanck 127e9ec326 Round 3 Kyber
2021-03-24 21:02:49 +00:00

11 lines
221 B
C

#ifndef PQCLEAN_KYBER51290S_AVX2_CONSTS_H
#define PQCLEAN_KYBER51290S_AVX2_CONSTS_H
#include "align.h"
#include "cdecl.h"
typedef ALIGNED_INT16(640) qdata_t;
extern const qdata_t PQCLEAN_KYBER51290S_AVX2_qdata;
#endif