Skip to content
/ dh Public

Diffie-Hellman key exchange (C , GNU MP) Prime generator

License

Notifications You must be signed in to change notification settings

mrpg/dh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dh

Only for demonstration purposes.

Interactive Diffie-Hellman key exchange with GNU MP

Compile it:

g main.cpp -odh -O3 -Wall -lgmp -lgmpxx

Use it:

./dh

Generate suitable primes

g prime.cpp -oprime -O3 -Wall -std=c 0x -lgmp -lgmpxx

./prime 500

... to create a prime with 500 decimal digits.

About

Diffie-Hellman key exchange (C , GNU MP) Prime generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages