Skip to content

Case-classes representing MD5, SHA1 and SHA256.

License

Notifications You must be signed in to change notification settings

avast/scala-hashes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9f45411 · Apr 25, 2025
Nov 11, 2024
Jun 30, 2021
Jul 15, 2021
Apr 25, 2025
May 4, 2018
May 4, 2018
Jun 30, 2021
Apr 21, 2025
Jan 10, 2025
Apr 25, 2025
Apr 25, 2025
Feb 25, 2021
Jun 30, 2021

Repository files navigation

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