FK20 CUDA
All Data Structures Namespaces Files Functions Variables Typedefs Macros
fr_sqr.cu File Reference
#include "fr.cuh"
Include dependency graph for fr_sqr.cu:

Go to the source code of this file.

Functions

__device__ void fr_sqr (fr_t &z)
 Squares the value in z as a residue modulo r, and stores back into z. More...
 

Function Documentation

◆ 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
[in,out]z
Returns
void

Definition at line 14 of file fr_sqr.cu.

Here is the caller graph for this function: