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.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
block_size = 16
|
|
key_size = 32
|
|
max_blocks_per_request = 65536
|
Properties | |
Inherited from |
Method Details |
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 24 09:02:37 2012 | http://epydoc.sourceforge.net |