nycto / hasher   1.2.0

MIT License GitHub

A small Scala library for easily generating hashes (md5, sha1, sha256, sha512, crc32, bcrypt, hmacs, pbkdf2)

Scala versions: 2.12 2.11 2.10

hasher 1.2.0


Group ID:
com.roundeights
Artifact ID:
hasher_2.12
Version:
1.2.0
Release Date:
Feb 4, 2017
Licenses:
MIT
Files:
Full Scala Version:
2.12.1
Developers:

libraryDependencies += "com.roundeights" %% "hasher" % "1.2.0"

Mill build tool

ivy"com.roundeights::hasher:1.2.0"

Scala CLI

//> using dep "com.roundeights::hasher:1.2.0"

Ammonite REPL

import $ivy.`com.roundeights::hasher:1.2.0`

<dependency>
  <groupId>com.roundeights</groupId>
  <artifactId>hasher_2.12</artifactId>
  <version>1.2.0</version>
</dependency>

compile group: 'com.roundeights', name: 'hasher_2.12', version: '1.2.0'