Package yawPyCrypto :: Module _Randpool
[show private | hide private]
[frames | no frames]

Module yawPyCrypto._Randpool

_Randpool.py (Internal module)

This file defines the global random string pool used in yawPyCrypto. This uses a PyCrypto persistent randpool. The constants in this file are private to the package yawPyCrypto, there should never be a need to use them directly. In case you are interested in the inner workings, feel free to browse the source. There are comments, which should get you started.

Copyright

yawPyCrypto is copyright (C) 2002-3 by Heiko Wundram <heiko@asta.uni-saarland.de>.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library in the file "COPYLEFT"; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Variable Summary
str __date__
str __version__
PersistentRandomPool randpool
str RANDPOOL_FILE_LOCATION
str _randfile

Variable Details

__date__

Type:
str
Value:
'2003/08/17'                                                           

__version__

Type:
str
Value:
'0.1p3'                                                                

randpool

Type:
PersistentRandomPool
Value:
<Crypto.Util.randpool.PersistentRandomPool instance at 0x402703ec>     

RANDPOOL_FILE_LOCATION

Type:
str
Value:
'~/.yawpycrypto.rnd'                                                   

_randfile

Type:
str
Value:
'/root/.yawpycrypto.rnd'                                               

Generated by Epydoc 1.1 on Sun Aug 17 03:32:35 2003 http://epydoc.sf.net