Diffie hellman algorithm simple explanation
Answers
Answered by
0
Diffie-Hellman is a way of generating a shared secret between two people in such a way that the secret can't be seen by observing the communication.Specifically:
g^a mod p)b mod p = g^ab mod p
(g^b mod p)a mod p = g^ba mod p
Similar questions