Re: [Tutor] sha-256 without using hashlib

2013-04-26 Thread Dave Angel
On 04/26/2013 05:08 AM, Arijit Ukil wrote: I like to implement sha-256 without using implement. It is easy using hashlib as: import hashlib m = hashlib.sha256() m.update("hi") print m.hexdigest() If anybody has pointer on sha-256 implemented without using hashlib library, please share. If yo

[Tutor] sha-256 without using hashlib

2013-04-26 Thread Arijit Ukil
I like to implement sha-256 without using implement. It is easy using hashlib as: import hashlib m = hashlib.sha256() m.update("hi") print m.hexdigest() If anybody has pointer on sha-256 implemented without using hashlib library, please share. Regards, Arijit Ukil Tata Consultancy Services Mai