Opened 6 years ago
Last modified 3 years ago
#18412 new enhancement
ElGamal Cryptosystem
Reported by: | peter.story | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-6.7 |
Component: | cryptography | Keywords: | |
Cc: | kcrisman | Merged in: | |
Authors: | Peter Story | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | u/peter.story/elgamal_cryptosystem (Commits) | Commit: | dcf31944bfbc30bcdcc54ac4e828ec4506e87da9 |
Dependencies: | Stopgaps: |
Description
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.
Change History (2)
comment:1 Changed 6 years ago by
- Branch set to u/peter.story/elgamal_cryptosystem
comment:2 Changed 3 years ago by
- Commit set to dcf31944bfbc30bcdcc54ac4e828ec4506e87da9
Note: See
TracTickets for help on using
tickets.
duplicate of #11573
New commits:
Implemented ElGamal key generation, encryption, and decryption.