Go to the source code of this file.
|
__device__ void | fr_mul (fr_t &z, const fr_t &x) |
| Multiply two residues module r z and x, stores back into z. More...
|
|
◆ fr_mul()
__device__ void fr_mul |
( |
fr_t & |
z, |
|
|
const fr_t & |
x |
|
) |
| |
Multiply two residues module r z and x, stores back into z.
- Parameters
-
[in,out] | z | first multiplicand, stores the product |
[in] | x | second multiplicand |
- Returns
- void
Definition at line 13 of file fr_mul.cu.