Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
isidroas committed Jan 30, 2025
1 parent bb987c4 commit 93c7ac0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ciphers/diffie_hellman.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
"""
Diffie-Hellman is a cryptographic protocol that allows two parties to
securely share a secret over an insecure channel without needing a previously
shared key.
Its strength is based on the difficulty of solving the discrete logarithm.
https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange
"""

Expand Down

0 comments on commit 93c7ac0

Please # to comment.