Ecosyste.ms: Awesome
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: 2 months ago
JSON representation
My implementation of md5 as an exercise for a cryptography university course.
- Host: GitHub
- URL: https://github.com/rexim/md5
- Owner: rexim
- License: mit
- Created: 2011-05-18T03:27:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T08:44:09.000Z (about 8 years ago)
- Last Synced: 2023-03-12T00:56:48.314Z (almost 2 years ago)
- Language: Haskell
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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