We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb987c4 commit 93c7ac0Copy full SHA for 93c7ac0
ciphers/diffie_hellman.py
@@ -1,4 +1,10 @@
1
"""
2
+Diffie-Hellman is a cryptographic protocol that allows two parties to
3
+securely share a secret over an insecure channel without needing a previously
4
+shared key.
5
+
6
+Its strength is based on the difficulty of solving the discrete logarithm.
7
8
https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange
9
10
0 commit comments