Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 713 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 713 Bytes

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._