Open
Description
Hello, I'm using Lattigo V6 to design a privacy-preserving machine-learning architecture. I used the coefficient encoding without NTT mode. However, the CKKS Encoder automatically conducts the NTT operation.
line 163 in lattigo/schemes/ckks/encoder.go
I suggest that the statement checking code before conducting the NTT operation as follows
Thanks