FK20 CUDA
fr_mul.cu File Reference
#include "fr.cuh"
Include dependency graph for fr_mul.cu:

Go to the source code of this file.

Functions

__device__ void fr_mul (fr_t &z, const fr_t &x)
 Multiply two residues module r z and x, stores back into z. More...
 

Function Documentation

◆ fr_mul()

__device__ void fr_mul ( fr_t z,
const fr_t x 
)

Multiply two residues module r z and x, stores back into z.

Parameters
[in,out]zfirst multiplicand, stores the product
[in]xsecond multiplicand
Returns
void

Definition at line 13 of file fr_mul.cu.

Here is the caller graph for this function: