| FK20 CUDA
    | 
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] | 
| void FrTestFFT | ( | ) | 
Tests fft and inverse fft over Fr using KAT.
Definition at line 17 of file frtest_fft.cu.
| __managed__ uint8_t cmp[512] | 
Definition at line 11 of file frtest_fft.cu.
| __managed__ fr_t fft[512] | 
Definition at line 10 of file frtest_fft.cu.