iliailia / comparison-circuit-over-fq

Homomorphic comparison in leveled homomorphic encryption and its applications
MIT License
34 stars 8 forks source link

How is the numbers in polynomial coefficients be calculated? #5

Open extrame opened 2 years ago

extrame commented 2 years ago

Hi, I notice there are some const value of polynomial coefficients in comparator.cpp.

After reading the paper, I think it is the content of fi in Theorem 2.

But How to calculate the parameters? The paper has no conclusion too.

Can you introduce it?