clj-crypto

Clj-crypto is a wrapper for Bouncy Castle which allows you to easily use cryptography in your clojure app.

Leiningen/Boot

[clj-crypto "1.0.1"]

Clojure CLI/deps.edn

clj-crypto/clj-crypto {:mvn/version "1.0.1"}

Gradle

implementation("clj-crypto:clj-crypto:1.0.1")

Maven

<dependency>
  <groupId>clj-crypto</groupId>
  <artifactId>clj-crypto</artifactId>
  <version>1.0.1</version>
</dependency>