FK20 CUDA
|
#include <stdio.h>
#include "fp.cuh"
#include "g1.cuh"
#include "fp_add.cuh"
#include "fp_mul.cuh"
#include "fp_sub.cuh"
#include "fp_x3.cuh"
#include "fp_x12.cuh"
#include "fp_reduce12.cuh"
Go to the source code of this file.
Functions | |
__device__ void | g1p_add (g1p_t &p, const g1p_t &q) |
Computes the sum of two points q into p, using projective coordinates. and stores in p. More... | |
Computes the sum of two points q into p, using projective coordinates. and stores in p.
p ← p+q
[in,out] | p | accumulator |
[in] | q | second operand |
Definition at line 29 of file g1p_add.cu.