FK20 CUDA
g1p_dbl.cu File Reference
#include "g1.cuh"
#include "fp.cuh"
#include "fp_x2.cuh"
#include "fp_x3.cuh"
#include "fp_x8.cuh"
#include "fp_x12.cuh"
#include "fp_add.cuh"
#include "fp_sub.cuh"
#include "fp_sqr.cuh"
#include "fp_mul.cuh"
#include "fp_reduce12.cuh"
Include dependency graph for g1p_dbl.cu:

Go to the source code of this file.

Functions

__device__ void g1p_dbl (g1p_t &p)
 G1 point doubling, with write back: p=2*p. More...
 

Function Documentation

◆ g1p_dbl()

__device__ void g1p_dbl ( g1p_t p)

G1 point doubling, with write back: p=2*p.

Parameters
[in,out]p
Returns
void

Definition at line 23 of file g1p_dbl.cu.

Here is the call graph for this function: