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
__date__
-
- Type:
-
str
- Value:
|
__version__
-
- Type:
-
str
- Value:
|
randpool
-
- Type:
-
PersistentRandomPool
- Value:
<Crypto.Util.randpool.PersistentRandomPool instance at 0x402703ec>
|
|
RANDPOOL_FILE_LOCATION
-
- Type:
-
str
- Value:
|
_randfile
-
- Type:
-
str
- Value:
|