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