Skip to content

Implementation of the Fortuna continuously seeded pseudo-random number generator.

Notifications You must be signed in to change notification settings

thomdixon/fortuna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

fortuna

About

This is an ancient (by internet standards) implementation of Fortuna, the continuously seeding pseudo-random number generator as described by Bruce Schneier and Niels Ferguson in their book Practical Cryptography. This implementation relies on OpenSSL for its cryptographic primitives (aptitude install libssl-dev on Debain machines) and on pthread, should you desire threading.

Usage

Don't. This was made for intellectual curiosity, nothing more.

About

Implementation of the Fortuna continuously seeded pseudo-random number generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages