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