clj-hmac

A library for cryptographically signing arbitrary Clojure data.

Leiningen/Boot

[clj-hmac "0.1.0"]

Clojure CLI/deps.edn

clj-hmac/clj-hmac {:mvn/version "0.1.0"}

Gradle

implementation("clj-hmac:clj-hmac:0.1.0")

Maven

<dependency>
  <groupId>clj-hmac</groupId>
  <artifactId>clj-hmac</artifactId>
  <version>0.1.0</version>
</dependency>