Skip to content
🎉 Welcome! Enjoy your reading, and I hope you will learn something new.

Elliptic-curve Diffie–Hellman

Elliptic-curve Diffie–Hellman (ECDH) is a key agreement protocol that allows two parties, each having an elliptic-curve public–private key pair, to establish a shared secret over an insecure channel.

It is a variant of the Diffie–Hellman protocol using elliptic-curve cryptography.

Attacks

These attacks are already well explained in this GitHub repository.

Resources

Last updated on