FK20 CUDA
fp_mul.cuh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FP_MUL(Z, X, Y)
 PTX macro for multiplication of two residues mod p Reads X0..X5 and Y0..Y5. Writes Z0..Zb. More...
 

Macro Definition Documentation

◆ FP_MUL

#define FP_MUL (   Z,
  X,
  Y 
)

PTX macro for multiplication of two residues mod p Reads X0..X5 and Y0..Y5. Writes Z0..Zb.

Definition at line 8 of file fp_mul.cuh.