Skip to content

ISAAC is a cryptographically-secure random number generator. This repository includes a warning abouts its security.

License

Notifications You must be signed in to change notification settings

moschles/isaac-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isaac-gen

ISAAC is a cryptographically-secure random number generator. This repository includes a warning abouts its security. See CAVEAT.EMPTOR

ISAAC is a cryptographically secure pseudorandom number generator, a CSPRNG This is a portable class version for quick implementation. !! - Please read the CAVEAT.EMPTOR

class ISAACgen {} is initialized with a an array of 256 words, each of 32b. Thereafter, it produces a 32b word at each invocation.

About

ISAAC is a cryptographically-secure random number generator. This repository includes a warning abouts its security.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages