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

https://github.com/rexim/md5

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

Last synced: about 1 year 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