libgpuverify

Signature verification on GPUs (WiP)
Log | Files | Refs | README | LICENSE

gpuvt-test.h (735B)


      1 /*
      2  * gpuvt-test.h
      3  * This file is part of lib-gpu-verify.
      4  *
      5  * lib-gpu-verify is free software: you can redistribute it and/or modify
      6  * it under the terms of the GNU General Public License as published by
      7  * the Free Software Foundation, either version 3 of the License, or
      8  * (at your option) any later version.
      9  *
     10  * lib-gpu-verify is distributed in the hope that it will be useful,
     11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
     12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13  * GNU General Public License for more details.
     14  *
     15  * Created by Cedric Zwahlen
     16  *
     17  */
     18 
     19 
     20 #ifndef gpuvt_test_h
     21 #define gpuvt_test_h
     22 
     23 #include <stdio.h>
     24 #include <stdint.h>
     25 #include "util.h"
     26 
     27 #endif /* gpuvt_test_h */