https://github.com/suman-kr/cg-miniproject
OpenGL Miniproject on Diffie-Hellman
https://github.com/suman-kr/cg-miniproject
c-plus-plus diffie-hellman graphics opengl
Last synced: 2 months ago
JSON representation
OpenGL Miniproject on Diffie-Hellman
- Host: GitHub
- URL: https://github.com/suman-kr/cg-miniproject
- Owner: suman-kr
- License: gpl-3.0
- Created: 2018-04-30T14:39:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T22:18:32.000Z (almost 8 years ago)
- Last Synced: 2025-04-04T01:11:52.516Z (about 1 year ago)
- Topics: c-plus-plus, diffie-hellman, graphics, opengl
- Language: C++
- Homepage:
- Size: 352 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```sh
apt install freeglut3 freeglut3-dev mesa-common-dev
```
### Execution
```sh
g++ prg.cpp -std=c++14 -lGLU -lGL -lglut && ./a.out
```
### Screenshots


[//]: #
[Diffie-Hellman]: