FK20 CUDA
|
Go to the source code of this file.
Macros | |
#define | FR_TEST_CUH |
#define | TESTVALS 768 |
#define | TESTFUN(X) extern __global__ void X(testval_t *testval) |
Typedefs | |
typedef fr_t | testval_t |
Functions | |
void | FrTestFFT () |
Tests fft and inverse fft over Fr using KAT. More... | |
TESTFUN (FrTestKAT) | |
TESTFUN (FrTestFibonacci) | |
TESTFUN (FrTestCmp) | |
TESTFUN (FrTestMulConst) | |
TESTFUN (FrTestSub) | |
TESTFUN (FrTestAddSub) | |
TESTFUN (FrTestCopy) | |
TESTFUN (FrTestReflexivity) | |
TESTFUN (FrTestSymmetry) | |
TESTFUN (FrTestAdditiveIdentity) | |
TESTFUN (FrTestMultiplicativeIdentity) | |
TESTFUN (FrTestAdditiveInverse) | |
TESTFUN (FrTestMultiplicativeInverse) | |
TESTFUN (FrTestCommutativeAdd) | |
TESTFUN (FrTestCommutativeMul) | |
TESTFUN (FrTestAssociativeAdd) | |
TESTFUN (FrTestAssociativeMul) | |
TESTFUN (FrTestAddDistributiveLeft) | |
TESTFUN (FrTestAddDistributiveRight) | |
TESTFUN (FrTestSubDistributiveLeft) | |
TESTFUN (FrTestSubDistributiveRight) | |
TESTFUN (FrTestDouble) | |
TESTFUN (FrTestSquare) | |
#define FR_TEST_CUH |
Definition at line 6 of file frtest.cuh.
Definition at line 25 of file frtest.cuh.
#define TESTVALS 768 |
Definition at line 13 of file frtest.cuh.
Definition at line 20 of file frtest.cuh.
void FrTestFFT | ( | ) |
Tests fft and inverse fft over Fr using KAT.
Definition at line 17 of file frtest_fft.cu.
TESTFUN | ( | FrTestAddDistributiveLeft | ) |
TESTFUN | ( | FrTestAddDistributiveRight | ) |
TESTFUN | ( | FrTestAdditiveIdentity | ) |
TESTFUN | ( | FrTestAdditiveInverse | ) |
TESTFUN | ( | FrTestAddSub | ) |
TESTFUN | ( | FrTestAssociativeAdd | ) |
TESTFUN | ( | FrTestAssociativeMul | ) |
TESTFUN | ( | FrTestCmp | ) |
TESTFUN | ( | FrTestCommutativeAdd | ) |
TESTFUN | ( | FrTestCommutativeMul | ) |
TESTFUN | ( | FrTestCopy | ) |
TESTFUN | ( | FrTestDouble | ) |
TESTFUN | ( | FrTestFibonacci | ) |
TESTFUN | ( | FrTestKAT | ) |
TESTFUN | ( | FrTestMulConst | ) |
TESTFUN | ( | FrTestMultiplicativeIdentity | ) |
TESTFUN | ( | FrTestMultiplicativeInverse | ) |
TESTFUN | ( | FrTestReflexivity | ) |
TESTFUN | ( | FrTestSquare | ) |
TESTFUN | ( | FrTestSub | ) |
TESTFUN | ( | FrTestSubDistributiveLeft | ) |
TESTFUN | ( | FrTestSubDistributiveRight | ) |
TESTFUN | ( | FrTestSymmetry | ) |