cryptohash-clj

Cryptographic hashing facilities (pbkdf2/bcrypt/scrypt/argon2) for Clojure

Leiningen/Boot

[cryptohash-clj "0.1.7"]

Clojure CLI/deps.edn

cryptohash-clj/cryptohash-clj {:mvn/version "0.1.7"}

Gradle

implementation("cryptohash-clj:cryptohash-clj:0.1.7")

Maven

<dependency>
  <groupId>cryptohash-clj</groupId>
  <artifactId>cryptohash-clj</artifactId>
  <version>0.1.7</version>
</dependency>