Package Crypto :: Package Util :: Module randpool :: Class RandomPool
[frames] | no frames]

Class RandomPool

Deprecated. Use Random.new() instead.

See http://www.pycrypto.org/randpool-broken

Instance Methods
 
__init__(self, numbytes=160, cipher=None, hash=None, file=None)
 
get_bytes(self, N)
 
randomize(self, N=0)
Dummy randomize() function
 
stir(self, s='')
Dummy stir() function
 
stir_n(self, N=3)
Dummy stir_n() function
 
add_event(self, s='')
Dummy add_event() function
 
getBytes(self, N)
Dummy getBytes() function
 
addEvent(self, event, s='')
Dummy addEvent() function