FK20 CUDA
|
#include "fp.cuh"
Go to the source code of this file.
Functions | |
__device__ void | fp_reduce6 (fp_t &z) |
Narrow reduction of a residue modulo p, reducing to the canonical representation. More... | |
__device__ void fp_reduce6 | ( | fp_t & | z | ) |
Narrow reduction of a residue modulo p, reducing to the canonical representation.
[in,out] | z | residue modulo p |
Definition at line 14 of file fp_reduce6.cu.