cuElim/include/cuelim.cuh
2024-09-14 15:57:00 +08:00

9 lines
137 B
Plaintext

#ifndef CUELIM_CUH
#define CUELIM_CUH
#include "gf256/gf256_mul.cuh"
#include "gf256/gf256_elim.cuh"
#include "gfp/gfp_mul.cuh"
#endif