#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <cuda.h>
#include "g1.cuh"
#include "fk20.cuh"
#include "fk20test.cuh"
Go to the source code of this file.
◆ FK20TimeKAT()
◆ fr_fft_verify()
__global__ void fr_fft_verify |
( |
| ) |
|
◆ fr_ift_verify()
__global__ void fr_ift_verify |
( |
| ) |
|
◆ g1p_fft_test()
__global__ void g1p_fft_test |
( |
| ) |
|
◆ g1p_fft_verify()
__global__ void g1p_fft_verify |
( |
| ) |
|
◆ g1p_ift_verify()
__global__ void g1p_ift_verify |
( |
| ) |
|
◆ gen_roots()
__global__ void gen_roots |
( |
| ) |
|
◆ fr_correct
__managed__ fr_t fr_correct[512] |
◆ fr_input
__managed__ fr_t fr_input[512] |
◆ fr_output
__managed__ fr_t fr_output[512] |
◆ g1p_correct
__managed__ g1p_t g1p_correct[512] |
◆ g1p_input
__managed__ g1p_t g1p_input[512] |
◆ g1p_output
__managed__ g1p_t g1p_output[512] |