world.convex/crypto.clj

Key pair creation and management

Leiningen/Boot

[world.convex/crypto.clj "0.0.0-alpha0"]

Clojure CLI/deps.edn

world.convex/crypto.clj {:mvn/version "0.0.0-alpha0"}

Gradle

implementation("world.convex:crypto.clj:0.0.0-alpha0")

Maven

<dependency>
  <groupId>world.convex</groupId>
  <artifactId>crypto.clj</artifactId>
  <version>0.0.0-alpha0</version>
</dependency>