Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rexim/md5

My implementation of md5 as an exercise for a cryptography university course.
https://github.com/rexim/md5

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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