Connecting Tech Pros Worldwide Forums | Help | Site Map

looking for a good implementation of SHA-1

Antony Clements
Guest
 
Posts: n/a
#1: Aug 30 '07
I can't find one anywhere on the net and my skills are lacking in that
particular area of coding. The closest I can find is a truncated version of
SHA-384 that someone is trying to pass off as SHA-1. The official SHA-1
standard has an output string of 160 bits, or 20 characters, the module that
I have has an output string of 320 bits or 40 characters. Is anyone here a
classy enough coder to write a properly working module of SHA-1 that
actually fits the standard? optimization for 32 and 64 bit would be much
appreciated.



Closed Thread