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
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