Skip to content

This is the implementation of Diffie-Hellman Key Exchange Protocol over elliptic curve

Notifications You must be signed in to change notification settings

aagbotemi/diffie-hellman-ec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diffie-Hellman Protocol (over elliptic curve)

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

Clone this repository:

git clone https://github.com/aagbotemi/diffie-hellman-ec.git

Get into the project directory

Build the project

cargo build

Usage

To test the implementation, run:

cargo test

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

This is the implementation of Diffie-Hellman Key Exchange Protocol over elliptic curve

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages