FK20 CUDA
|
Go to the source code of this file.
Functions | |
__device__ void | g1p_scale (g1p_t &p, const fp_t &s) |
Scale the coordinates of a projective point. This operation multiplies each coordinate of p by s: (x, y, z) := (x*s, y*s, z*s). More... | |
Scale the coordinates of a projective point. This operation multiplies each coordinate of p by s: (x, y, z) := (x*s, y*s, z*s).
[in,out] | p | Point in G1 (stores result after call) |
[in] | s | Multiplicand in Fp. Must be nonzero. |
Definition at line 16 of file g1p_scale.cu.