clj-hmac

A library for cryptographically signing arbitrary Clojure data.

Leiningen/Boot

[clj-hmac "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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