FK20 CUDA
|
Go to the source code of this file.
Functions | |
__device__ void | g1p_mul (g1p_t &p, const fr_t &k) |
p ← k·p Point multiplication by scalar, in projective coordinates. That result is stored back into p. More... | |
p ← k·p Point multiplication by scalar, in projective coordinates. That result is stored back into p.
[in,out] | p | Multiplicand (stores result after call) |
[in] | k | Fr operand |
Definition at line 19 of file g1p_mul.cu.