cryptohash-clj

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

Leiningen/Boot

[cryptohash-clj "0.1.8"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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