-rw-r--r-- 1033 high-ctidh-20210523/primes.h
// DO NOT EDIT! generated by ./autogen
#ifndef primes_h
#define primes_h
#include "primes_namespace.h"
#if BITS == 511
#define primes_num 74
#define primes_batches 15
#define primes_maxbatchboundplussize 20
#elif BITS == 512
#define primes_num 74
#define primes_batches 14
#define primes_maxbatchboundplussize 26
#elif BITS == 1024
#define primes_num 130
#define primes_batches 23
#define primes_maxbatchboundplussize 16
#elif BITS == 2048
#define primes_num 231
#define primes_batches 24
#define primes_maxbatchboundplussize 18
#else
#error BITS must be 511 or 512 or 1024 or 2048
#endif
extern const long long primes[primes_num];
extern const long long primes_dac[primes_num];
extern const long long primes_daclen[primes_num];
extern const long long primes_batchsize[primes_batches];
extern const long long primes_batchstart[primes_batches];
extern const long long primes_batchstop[primes_batches];
extern const long long primes_batchbound[primes_batches];
extern const long long primes_batchmaxdaclen[primes_batches];
#endif