fentec-project / gofe

Functional encryption library in Go
Apache License 2.0
170 stars 52 forks source link

Pollard rho and el gamal #3

Closed tilenmarc closed 6 years ago

tilenmarc commented 6 years ago

Corrected the elGamal scheme generation and pollard rho algorithm to work also when the order of the generator is not a prime. Schnorr Group test is removed since it is identical to El Gamal test.

tilenmarc commented 6 years ago

Comments are integrated.