Hello! I have a question about the random number g
In Paillier's paper and Wikipedia, select a random integer g in the part of key generation, this g is an integer and between n squares
Why is your algorithm g always n + 1 instead of taking an integer at random?