root/galaxy-central/eggs/pycrypto-2.0.1-py2.6-macosx-10.6-universal-ucs2.egg/Crypto/Util/__init__.py @ 3

リビジョン 3, 490 bytes (コミッタ: kohda, 14 年 前)

Install Unix tools  http://hannonlab.cshl.edu/galaxy_unix_tools/galaxy.html

行番号 
1"""Miscellaneous modules
2
3Contains useful modules that don't belong into any of the
4other Crypto.* subpackages.
5
6Crypto.Util.number        Number-theoretic functions (primality testing, etc.)
7Crypto.Util.randpool      Random number generation
8Crypto.Util.RFC1751       Converts between 128-bit keys and human-readable
9                          strings of words.
10
11"""
12
13__all__ = ['randpool', 'RFC1751', 'number']
14
15__revision__ = "$Id: __init__.py,v 1.4 2003/02/28 15:26:00 akuchling Exp $"
16
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。