FK20 CUDA
|
#include "fp.cuh"
Go to the source code of this file.
Functions | |
__device__ bool | fp_iszero (const fp_t &x) |
Checks if the residue x modulo p is congruent to zero. More... | |
__device__ bool fp_iszero | ( | const fp_t & | x | ) |
Checks if the residue x modulo p is congruent to zero.
[in] | x |
Definition at line 13 of file fp_iszero.cu.