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

Go to the source code of this file.

Functions

__device__ void g1p_sub (g1p_t &p, const g1p_t &q)
 Point subtraction using projective coordinates. p ← p-q. More...
 

Function Documentation

◆ g1p_sub()

__device__ void g1p_sub ( g1p_t p,
const g1p_t q 
)

Point subtraction using projective coordinates. p ← p-q.

Parameters
[in,out]p
[in]q
Returns
void

Definition at line 17 of file g1p_sub.cu.