FK20 CUDA
g1p_mul.cu File Reference
#include <stdio.h>
#include "fp.cuh"
#include "fr.cuh"
#include "g1.cuh"
Include dependency graph for g1p_mul.cu:

Go to the source code of this file.

Functions

__device__ void g1p_mul (g1p_t &p, const fr_t &k)
 p ← k·p Point multiplication by scalar, in projective coordinates. That result is stored back into p. More...
 

Function Documentation

◆ g1p_mul()

__device__ void g1p_mul ( g1p_t p,
const fr_t k 
)

p ← k·p Point multiplication by scalar, in projective coordinates. That result is stored back into p.

Parameters
[in,out]pMultiplicand (stores result after call)
[in]kFr operand
Returns
void

Definition at line 19 of file g1p_mul.cu.

Here is the call graph for this function:
Here is the caller graph for this function: