On Dec 16, 2:17 pm, [EMAIL PROTECTED] wrote:
> Operating system: Win XP
> Vsn of Python: 2.4
>
> Situation is this: Required to calcluate a message digest. The process
> for calcluating the digest must use an SHA-256 algorithm.
>
> Questions:
> 1) Is it correct that the sha module comes with pytho
Dennis Benzinger wrote:
>
> Python 2.5 comes with SHA-256 in the hashlib module.
> So you could install Python 2.5 instead of the PyCrypto module.
You can download the python2.5 hashlib module for use with python2.4
-MIke
--
http://mail.python.org/mailman/listinfo/python-list
Am 16 Dec 2006 11:17:19 -0800
schrieb [EMAIL PROTECTED]:
> Operating system: Win XP
> Vsn of Python: 2.4
>
> Situation is this: Required to calcluate a message digest. The
> process for calcluating the digest must use an SHA-256 algorithm.
>
> Questions:
> 1) Is it correct that the sha module c
Operating system: Win XP
Vsn of Python: 2.4
Situation is this: Required to calcluate a message digest. The process
for calcluating the digest must use an SHA-256 algorithm.
Questions:
1) Is it correct that the sha module comes with python 2.4?
2) Is it correct that the sha module that ships with