Update for 31-01-22 14:39

This commit is contained in:
Tyler Perkins 2022-01-31 14:39:23 -05:00
parent 8fd193d02b
commit bc4d861f07
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
= Diffie Helman =
= Diffie Hellman =
Diffie Helman is a secret sharing algorithm where a shared secret can be
created between two parties via an unsecure channel.
* Diffie hellman is not for encryption

View File

@ -22,7 +22,7 @@ Hiding information
==== Asymetric Ciphers ====
* [[RSA]]
* [[Diffie_Helman]]
* [[Diffie_Hellman]]
* [[DSS]]
* [[Eliptic_Curve]]