FK20 CUDA
frtest_fft.cu File Reference
#include "fr.cuh"
#include "frtest.cuh"
#include "fr_fft_testvector.cu"
Include dependency graph for frtest_fft.cu:

Go to the source code of this file.

Functions

void FrTestFFT ()
 Tests fft and inverse fft over Fr using KAT. More...
 

Variables

__managed__ fr_t fft [512]
 
__managed__ uint8_t cmp [512]
 

Function Documentation

◆ FrTestFFT()

void FrTestFFT ( )

Tests fft and inverse fft over Fr using KAT.

Definition at line 17 of file frtest_fft.cu.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ cmp

__managed__ uint8_t cmp[512]

Definition at line 11 of file frtest_fft.cu.

◆ fft

__managed__ fr_t fft[512]

Definition at line 10 of file frtest_fft.cu.