#include "fp.cuh"
#include "fp_sqr.cuh"
#include "fp_reduce12.cuh"
Go to the source code of this file.
|
__device__ void | fp_sqr (fp_t &z, const fp_t &x) |
| Computes the square of the residue x modulo p and stores it in z. More...
|
|
◆ fp_sqr()
__device__ void fp_sqr |
( |
fp_t & |
z, |
|
|
const fp_t & |
x |
|
) |
| |
Computes the square of the residue x modulo p and stores it in z.
- Parameters
-
- Returns
- void
Definition at line 16 of file fp_sqr.cu.