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 Diffie Helman is a secret sharing algorithm where a shared secret can be
created between two parties via an unsecure channel. created between two parties via an unsecure channel.
* Diffie hellman is not for encryption

View File

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