On Sat, Sep 25, 2010 at 21:09, Kedar Sabnis <kedar.sab...@tcs.com> wrote:
> > HI, > > I am an openSSL User. We implemented SHA1 algorithm. > > Here in some specific case SHA1 digest is coming as 152 bits long instead > of 160 bits long. > > Please suggest if any bug fix is there for this issue. > > Thanking you in anticipation. > > According to *FIPS 180-1*, SHA1 is fixed 160 bit long: http://www.itl.nist.gov/fipspubs/fip180-1.htm But you can truncate the 160 bit result to 152 bit as your like.