testing
This commit is contained in:
14
Diffie-Hellman-Key-Exchange/README.md
Normal file
14
Diffie-Hellman-Key-Exchange/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Diffie-Hellman Key Exchange
|
||||
|
||||
## Description
|
||||
This project implements a basic version of the Diffie-Hellman key exchange algorithm, allowing two parties (Alice and Bob) to agree on a shared secret over an insecure channel.
|
||||
|
||||
## How to Build
|
||||
1. Navigate to the `build` directory.
|
||||
2. Run `make` to compile the project.
|
||||
|
||||
## How to Run
|
||||
1. After building, run the `diffie_hellman` executable using `./diffie_hellman`.
|
||||
|
||||
## How to Clean
|
||||
- Run `make clean` to remove all compiled files.
|
||||
Reference in New Issue
Block a user