#include "fp.cuh"
#include "fp_add.cuh"
Go to the source code of this file.
|
__device__ void | fp_add (fp_t &z, const fp_t &x, const fp_t &y) |
| Computes the sum of two residues x and y modulo p and stores it in z. Device only function. More...
|
|
◆ fp_add()
__device__ void fp_add |
( |
fp_t & |
z, |
|
|
const fp_t & |
x, |
|
|
const fp_t & |
y |
|
) |
| |
Computes the sum of two residues x and y modulo p and stores it in z. Device only function.
- Parameters
-
- Returns
- void
Definition at line 17 of file fp_add.cu.