OpenGL Miniproject
Visualization of Diffie-Hellman Key Exchange Algorithm using OpenGL with C++
Diffie-Hellman - Asymmetric key exchange
- Platform : Linux (Debian/Ubuntu)
- G++ Compiler
OpenGL setup
apt install freeglut3 freeglut3-dev mesa-common-dev
Execution
g++ prg.cpp -std=c++14 -lGLU -lGL -lglut && ./a.out