FK20 CUDA
|
#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"
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... | |
__device__ void g1p_dbl | ( | g1p_t & | p | ) |
G1 point doubling, with write back: p=2*p.
[in,out] | p |
Definition at line 23 of file g1p_dbl.cu.