FK20 CUDA
|
Go to the source code of this file.
Functions | |
__global__ void | G1TestKAT (testval_t *) |
Test operation over G1 using KAT and self consistency: More... | |
Variables | |
__managed__ g1p_t | g1p_x0 |
__managed__ g1p_t | g1p_x2 |
__managed__ g1p_t | g1p_x3 |
__managed__ g1p_t | g1p_x24 |
__managed__ g1p_t | g1p_x25 |
__global__ void G1TestKAT | ( | testval_t * | ) |
Test operation over G1 using KAT and self consistency:
inf==inf inf+inf == inf G+0 == 0+G == G G+G == 2*G 2*G == 2*G with KAT G+2*G == 3*G with KAT 2*2*2*3G == 24G with KAT 24G-2G+3G == 25G with KAT 25*G == 25G with KAT addsub(2G, G) == 3G, G with KAT addsub(G, G) = (2G, 2G) (dbl and add)
Definition at line 58 of file g1test_kat.cu.
__managed__ g1p_t g1p_x0 |
Definition at line 11 of file g1test_kat.cu.
__managed__ g1p_t g1p_x2 |
Definition at line 20 of file g1test_kat.cu.
__managed__ g1p_t g1p_x24 |
Definition at line 30 of file g1test_kat.cu.
__managed__ g1p_t g1p_x25 |
Definition at line 35 of file g1test_kat.cu.
__managed__ g1p_t g1p_x3 |
Definition at line 25 of file g1test_kat.cu.