Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 215 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 215 Bytes

MD5

My implementation of md5 as an exercise for a cryptography university course.

WARNING! This implementation is very inefficient, so don't use it in a real work.

Usage

To build just do

$ stack build