Diffie-Hellman key exchange is a method of digital encryption that securely exchanges cryptographic keys between two parties over a public channel without their conversation being transmitted over the internet. The two parties use symmetric cryptography to encrypt and decrypt their messages. This is the implementation of Diffie-Hellman Key Exchange Protocol over elliptic curve
git clone https://github.com/aagbotemi/diffie-hellman-ec.git
Get into the project directory
cargo build
To test the implementation, run:
cargo test
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.