Crescent

Results 1 comments of Crescent

I saw a solution to resolve this error, add a line in ntt.py: ``` def orderReverse(self, poly, N_bit): _poly = list(poly) _poly = list(np.array(_poly).astype(int)) for i, coeff in enumerate(_poly): rev_i...