aboutsummaryrefslogtreecommitdiffstats
path: root/md4.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-24Disable the massive testsMattias Andrée5-16/+40
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-08-24Document when things were introducedMattias Andrée1-3/+90
Also mention when an algorithm has been compromised Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-08-23Silence some clang warningsMattias Andrée1-1/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-08-23Fixes + add SHA2 support via libsha2Mattias Andrée20-32/+518
Signed-off-by: Mattias Andrée <maandree@kth.se>
2024-08-23Fixes + add SHA0 and SHA1 using libsha1Mattias Andrée16-25/+260
Signed-off-by: Mattias Andrée <maandree@kth.se>