world.convex/crypto.clj

Key pair creation and management

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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