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

Should Algo be package private? #20

Open andrelfpinto opened 7 years ago

andrelfpinto commented 7 years ago

Is there any reason for Algo being package private? In this case, how could I implement a new one?

Nycto commented 7 years ago

I can't see a good reason for it to remain package private; pull requests welcome