FK20 CUDA
fp_sqr.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_SQR(Z, X)
 PTX macro for computing the square of the residue x modulo p. Stores in z. More...
 

Macro Definition Documentation

◆ FP_SQR

#define FP_SQR (   Z,
  X 
)

PTX macro for computing the square of the residue x modulo p. Stores in z.

Needs Z0..Zb, q0..q7, r0..r6

Definition at line 12 of file fp_sqr.cuh.