|
FK20 CUDA
|
#include "fp.cuh"Go to the source code of this file.
Functions | |
| __device__ void | fp_neg (fp_t &z, const fp_t &x) |
| Compute an additive inverse of a residue x modulo p. Stores in z. Subtracts x from the highest multiple of p less than 2^384, then adds p in case of underflow. More... | |