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.
- Host: GitHub
- URL: https://github.com/rexim/md5
- Owner: rexim
- License: mit
- Created: 2011-05-18T03:27:01.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T08:44:09.000Z (over 9 years ago)
- Last Synced: 2025-04-18T00:56:49.438Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 9.77 KB
- Stars: 6
- 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