OpenSSL-x25519-key_exchange
Example of private, public key generation and shared secret derivation using OpenSSL and the x25519 curve.
Compile and run
Compile:
cd OpenSSL-x25519-key_exchange/
make
Run:
First execute Alice:
./x25519-alice
...then Bob:
./x25519-bob