Skip to content

Commit

Permalink
Simplify the random number generator
Browse files Browse the repository at this point in the history
Replace the user-space RNG with a thin wrapper to os.urandom.
Remove all OS-specific RNG modules.
  • Loading branch information
Legrandin committed Jun 16, 2014
1 parent 32415b1 commit afd6328
Show file tree
Hide file tree
Showing 20 changed files with 28 additions and 1,602 deletions.
40 changes: 0 additions & 40 deletions lib/Crypto/Random/OSRNG/__init__.py

This file was deleted.

46 changes: 0 additions & 46 deletions lib/Crypto/Random/OSRNG/fallback.py

This file was deleted.

74 changes: 0 additions & 74 deletions lib/Crypto/Random/OSRNG/nt.py

This file was deleted.

86 changes: 0 additions & 86 deletions lib/Crypto/Random/OSRNG/posix.py

This file was deleted.

82 changes: 0 additions & 82 deletions lib/Crypto/Random/OSRNG/rng_base.py

This file was deleted.

0 comments on commit afd6328

Please sign in to comment.