FK20 CUDA
test_fft.py File Reference

Go to the source code of this file.

Namespaces

 test_fft
 

Functions

int test_fft.pointToInt (FK20Py.blst.P1 i)
 
str test_fft.pointToHexString (FK20Py.blst.P1 i)
 
str test_fft.stringfyFFT_Trace (fft)
 
def test_fft.genRandonPoly ()
 
def test_fft.generateTest (list polynomial, int setup)
 
def test_fft.generateAllTest (nTest=1)
 
def test_fft.printExpectedOutput (test, skip=True)
 
def test_fft.eprint (*args, **kwargs)
 

Variables

int test_fft.MAX_DEGREE_POLY = FK20Py.MODULUS-1
 
int test_fft.N_POINTS = 512
 
int test_fft.N_TESTS = 2
 
def test_fft.test = generateAllTest(N_TESTS)