~joshleeb/md5

MD5 hashing algorithm based on RFC1321
Add 'cryptographic' term to docs
Add description to README

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~joshleeb/md5
read/write
git@git.sr.ht:~joshleeb/md5

You can also use your local clone with git send-email.

#md5

An implementation of the MD5 cryptographic hashing algorithm based on RFC1321.

#Warning

This implementation was written purely for learning purposes. It is not intended to be performant, nor has it undergone thorough security checks.