Skip to content

suman-kr/cg-miniproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Screenshots

alt text alt text

Releases

No releases published

Packages

No packages published