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

Scala 2.13 support #27

Open abosshard opened 5 years ago

abosshard commented 5 years ago

Please provide version for Scala 2.13.

renjith4 commented 5 years ago

There seems to be a pull request (https://github.com/Nycto/Hasher/pull/28) covering this. Could you take a look, @Nycto ?