Liking cljdoc? Tell your friends :D

Clojars Project

clj-secp256k1

A Clojure library that defines a wrapper around secp256k1-kmp.

Usage

  • Leiningen/Boot
[com.github.Marcelo-Theodoro/clj-secp256k1 "0.1.0-SNAPSHOT"]
  • Clojure CLI/deps.edn
com.github.Marcelo-Theodoro/clj-secp256k1 {:mvn/version "0.1.0-SNAPSHOT"}
  • Gradle
implementation("com.github.Marcelo-Theodoro:clj-secp256k1:0.1.0-SNAPSHOT")
  • Maven
<dependency>
  <groupId>com.github.Marcelo-Theodoro</groupId>
  <artifactId>clj-secp256k1</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close