OpenSecEd / appliedcrypto

Learning module for Applied Cryptography
5 stars 0 forks source link

[pubkey] In-depth coverage of public key crypto #11

Open dbosk opened 8 years ago

dbosk commented 8 years ago

Public-key encryption:

The RSA algorithm requires more number theory than ElGamal. Thus adding ElGamal as an example is good as it basically only requires residue (congruence) classes. And the discrete logarithm problem is quite intuitive.