Go to the source code of this file.
|
__device__ void | fr_sqr (fr_t &z) |
| Squares the value in z as a residue modulo r, and stores back into z. More...
|
|
◆ fr_sqr()
__device__ void fr_sqr |
( |
fr_t & |
z | ) |
|
Squares the value in z as a residue modulo r, and stores back into z.
- Parameters
-
- Returns
- void
Definition at line 14 of file fr_sqr.cu.