This commit is contained in:
David 2017-09-03 22:22:24 -04:00
parent adbdc15a2d
commit 9854c05d4e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# SHAmwow
Sometimes you just want to understand how your hashing algorithms works, so you implement them yourself.
Sometimes you just want to understand how your hashing algorithms work, so you implement them yourself.
It should go without saying that this was just for fun, and you should never, ever, _ever_ roll your own cryptography primatives for any purpose other than education!