lupapiste/crypto

Common stuff from Finnish SADe program

Leiningen/Boot

[lupapiste/crypto "0.1.0"]

Clojure CLI/deps.edn

lupapiste/crypto {:mvn/version "0.1.0"}

Gradle

implementation("lupapiste:crypto:0.1.0")

Maven

<dependency>
  <groupId>lupapiste</groupId>
  <artifactId>crypto</artifactId>
  <version>0.1.0</version>
</dependency>