avast / scala-hashes   4.3.0

MIT License GitHub

Case-classes representing MD5, SHA1 and SHA256.

Scala versions: 2.13 2.12

Scala Hashes Build Version

Case-classes representing MD5, SHA1, and SHA256 hashes.

compile "com.avast.hashes:scala-hashes_2.13:$versionHere"

There is also a support for circe JSON library:

compile "com.avast.hashes:scala-hashes-circe_2.13:$versionHere"

Then you can import encoders and decoders using import com.avast.scala.hashes.circe._