![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Problem with sha.new
From: Rob Williscroft <rtw@freenet.co.uk>
Date: Sat Jul 09 2005 - 14:34:51 CEST
Florian Lindner wrote in news:daodmf$4gf$00$1@news.t-online.com in
> Hello,
Here you rebind 'sha' from what it was before (presumably the module sha)
> sha = sha.new(f.read())
result = sha.new(f.read())
also I don't think you need the second call to update as f will
>
> sha = sha.new(f.read())
Rob.
-- http://www.victim-prime.dsl.pipex.com/Received on Thu Sep 29 16:51:00 2005 |