FK20 CUDA
|
Go to the source code of this file.
Functions | |
__device__ void | g1p_neg (g1p_t &p) |
Computes the negative of the point p. Due to negation map automorphism on Elliptic Curves in Weierstrass form, this operation is done by computing the additive inverse of the Y coordinate. More... | |
__device__ void g1p_neg | ( | g1p_t & | p | ) |
Computes the negative of the point p. Due to negation map automorphism on Elliptic Curves in Weierstrass form, this operation is done by computing the additive inverse of the Y coordinate.
[in,out] | p |
Definition at line 16 of file g1p_neg.cu.