I have a question about the choice of the parameters q and alpha in mife/single/lwe.py, where they are set respectively to getPrime(k.bit_length() * 2 + n.bit_length() * 15 + 10) and 1 / (k * k * (n * q.bit_length()) ** 7). In the paper you referenced (https://eprint.iacr.org/2015/608.pdf), the method for choosing q and alpha seems to be different. Could you clarify the reason behind this choice?
I have a question about the choice of the parameters q and alpha in mife/single/lwe.py, where they are set respectively to getPrime(k.bit_length() * 2 + n.bit_length() * 15 + 10) and 1 / (k * k * (n * q.bit_length()) ** 7). In the paper you referenced (https://eprint.iacr.org/2015/608.pdf), the method for choosing q and alpha seems to be different. Could you clarify the reason behind this choice?