sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.32k stars 453 forks source link

ElGamal Cryptosystem #18412

Open peterstory opened 9 years ago

peterstory commented 9 years ago

ElGamal is an asymmetric, non-deterministic public-key encryption system. Its security is equivalent to Diffie-Hellman, since both rely on the hardness of the discrete logarithm problem. This is a pedagogical module.

CC: @kcrisman

Component: cryptography

Author: Peter Story

Branch/Commit: u/peter.story/elgamal_cryptosystem @ dcf3194

Issue created by migration from https://trac.sagemath.org/ticket/18412

peterstory commented 9 years ago

Branch: u/peter.story/elgamal_cryptosystem

fchapoton commented 7 years ago
comment:2

duplicate of #11573


New commits:

dcf3194Implemented ElGamal key generation, encryption, and decryption.
fchapoton commented 7 years ago

Commit: dcf3194