FK20 CUDA
|
Go to the source code of this file.
Functions | |
__global__ void | FpTestInv (testval_t *testval) |
Test for multiplicative inverse mod p in Fp. More... | |
__global__ void FpTestInv | ( | testval_t * | testval | ) |
Test for multiplicative inverse mod p in Fp.
Test for self consistency as x == x*inv(x)*x
testval |
Definition at line 15 of file fptest_inv.cu.