xsha1-0.0.0: cryptanalysis of Blizzard's broken SHA-1 implementation.

Safe HaskellSafe-Infered

Data.Digest.XSHA1.Extend

Description

Extension stage of XSHA1.

In SHA-1, it follows padding. XSHA1 doesn't pad, just zeros.

Synopsis

Documentation

extend :: Vector N -> Vector NSource

Take a 16 DWORD list, and extend it to 80 DWORDS based on itself.