A. M Manzano Kharman

Results 2 comments of A. M Manzano Kharman

yes, but in the encrypt_with_r() function of the Ciphertext class, it is m that is being encrypted, not g^m (where g is the generator). `ciphertext.beta = (m * pow(self.y, r,...

Thank you @benadida. Where in elgamal.py is the exponential elgamal encryption happening? I have only found where m is encrypted, not g^m, in the encrypt_with_r() function. Is plaintext.m being set...