Home | Trees | Indices | Help |
|
---|
|
object --+ | AESGenerator
The Fortuna "generator" This is used internally by the Fortuna PRNG to generate arbitrary amounts of pseudorandom data from a smaller amount of seed data. The output is generated by running AES-256 in counter mode and re-keying after every mebibyte (2**16 blocks) of output.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
block_size = AES.block_size
|
|||
key_size = 32
|
|||
max_blocks_per_request = 2** 16
|
|||
_four_kiblocks_of_zeros = "\0"* block_size* 4096
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 16 19:17:14 2013 | http://epydoc.sourceforge.net |