io.sixtant/rfc6979

RFC 6979's deterministic DSA/ECDSA signature scheme in Clojure for arbitrary elliptic curves.

Leiningen/Boot

[io.sixtant/rfc6979 "0.1.0"]

Clojure CLI/deps.edn

io.sixtant/rfc6979 {:mvn/version "0.1.0"}

Gradle

implementation("io.sixtant:rfc6979:0.1.0")

Maven

<dependency>
  <groupId>io.sixtant</groupId>
  <artifactId>rfc6979</artifactId>
  <version>0.1.0</version>
</dependency>