org.clojars.guilespi/clj-crypto

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

Leiningen/Boot

[org.clojars.guilespi/clj-crypto "1.0.2"]

Clojure CLI/deps.edn

org.clojars.guilespi/clj-crypto {:mvn/version "1.0.2"}

Gradle

implementation("org.clojars.guilespi:clj-crypto:1.0.2")

Maven

<dependency>
  <groupId>org.clojars.guilespi</groupId>
  <artifactId>clj-crypto</artifactId>
  <version>1.0.2</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.