Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avast/scala-hashes
Case-classes representing MD5, SHA1 and SHA256.
https://github.com/avast/scala-hashes
hashes library scala
Last synced: 1 day ago
JSON representation
Case-classes representing MD5, SHA1 and SHA256.
- Host: GitHub
- URL: https://github.com/avast/scala-hashes
- Owner: avast
- License: mit
- Created: 2018-05-04T14:19:52.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T10:51:49.000Z (about 2 months ago)
- Last Synced: 2024-09-09T12:56:12.755Z (about 2 months ago)
- Topics: hashes, library, scala
- Language: Scala
- Size: 451 KB
- Stars: 5
- Watchers: 22
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scala Hashes [![Build](https://github.com/avast/scala-hashes/actions/workflows/build.yml/badge.svg)](https://github.com/avast/scala-hashes/actions/workflows/build.yml) [![Version](https://badgen.net/maven/v/maven-central/com.avast.hashes/scala-hashes_2.13)](https://repo1.maven.org/maven2/com/avast/hashes/scala-hashes_2.13/)
Case-classes representing MD5, SHA1, and SHA256 hashes.
```gradle
compile "com.avast.hashes:scala-hashes_2.13:$versionHere"
```There is also a support for [circe](https://github.com/travisbrown/circe) JSON library:
```gradle
compile "com.avast.hashes:scala-hashes-circe_2.13:$versionHere"
```
Then you can import encoders and decoders using `import com.avast.scala.hashes.circe._`