#include "fp.cuh"
#include "fp_x12.cuh"
Go to the source code of this file.
|
__device__ void | fp_x12 (fp_t &z, const fp_t &x) |
| Multiplies the residue mod p x by 12 and stores the result into z. More...
|
|
◆ fp_x12()
__device__ void fp_x12 |
( |
fp_t & |
z, |
|
|
const fp_t & |
x |
|
) |
| |
Multiplies the residue mod p x by 12 and stores the result into z.
- Parameters
-
- Returns
- void
Definition at line 15 of file fp_x12.cu.