Nycto / Hasher

A small Scala library for easily generating hashes (md5, sha1, sha256, sha512, crc32, bcrypt, hmacs, pbkdf2)
MIT License
186 stars 40 forks source link

Fixed Hash initialization when hex string has an odd length #24

Closed laurentco closed 6 years ago

laurentco commented 6 years ago

the issue exhibits as Hash("123ff").hex == "123f0f"

Nycto commented 6 years ago

Thanks for the PR!