org.python.modules |
|
Java Source File Name | Type | Comment |
ArrayModule.java | Class | The python array module, plus jython extensions from jarray. |
binascii.java | Class | The binascii.java module contains a number of methods to convert
between binary and various ASCII-encoded binary
representations. |
cPickle.java | Class | From the python documentation:
The cPickle.java module implements a basic but powerful algorithm
for ``pickling'' (a.k.a. |
cStringIO.java | Class | This module implements a file-like class, StringIO, that reads and
writes a string buffer (also known as memory files). |
errno.java | Class | |
imp.java | Class | |
jarray.java | Class | |
math.java | Class | |
md.java | Class | |
MD5Module.java | Class | |
MD5Object.java | Class | |
newmodule.java | Class | |
operator.java | Class | |
os.java | Class | |
PyLock.java | Class | |
py_compile.java | Class | |
Setup.java | Class | |
sha.java | Class | |
SHA1.java | Class | This class implements the SHA-1 message digest algorithm.
References:
- Bruce Schneier,
"Section 18.7 Secure Hash Algorithm (SHA),"
Applied Cryptography, 2nd edition,
John Wiley & Sons, 1996
- NIST FIPS PUB 180-1,
"Secure Hash Standard",
U.S.
|
struct.java | Class | This module performs conversions between Python values and C
structs represented as Python strings. |
synchronize.java | Class | |
thread.java | Class | |
types.java | Class | |
ucnhash.java | Class | |
xreadlines.java | Class | |
_codecs.java | Class | |
_jython.java | Class | |
_sre.java | Class | |
_weakref.java | Class | |