FK20 CUDA
fp_mul.cu File Reference
#include "fp.cuh"
#include "fp_mul.cuh"
#include "fp_reduce12.cuh"
Include dependency graph for fp_mul.cu:

Go to the source code of this file.

Functions

__device__ void fp_mul (fp_t &z, const fp_t &x, const fp_t &y)
 Multiplies two Fp residues x and y, stores in z. More...
 

Function Documentation

◆ fp_mul()

__device__ void fp_mul ( fp_t z,
const fp_t x,
const fp_t y 
)

Multiplies two Fp residues x and y, stores in z.

Parameters
[out]z
[in]x
[in]y
Returns
void

Definition at line 17 of file fp_mul.cu.

Here is the caller graph for this function: