9 lines
137 B
Plaintext
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 |