Skip to content

A sample diffie-hellman implementation designed to show that, with a good BigNum library, you can use the real parameters.

License

Notifications You must be signed in to change notification settings

kerrg/dh-bignum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

While self studying crypto, I noticed almost all the Diffie Hellman examples
use fixed, extremely small parameters. This is a shame because with a good
BigNum library and knowledge of fast exponentation, a student can easily use
real parameters.

This is just a quick and dirty proof of concept.

About

A sample diffie-hellman implementation designed to show that, with a good BigNum library, you can use the real parameters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published