From fdd6806e815efb62642c6903ac256992b4444230 Mon Sep 17 00:00:00 2001 From: Umair Aslam Date: Mon, 5 Jun 2017 14:51:53 -0400 Subject: [PATCH] Added Clj-crypto (#44) Added Clj-crypto, a wrapper for Bouncy Castle which allows you to easily use cryptography in your clojure app --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d67f87..819af12 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ A curated list of cryptography resources and links. ### Clojure - [buddy-core](https://funcool.github.io/buddy-core/latest/) - Cryptographic Api. +- [clj-crypto](https://github.com/macourtney/clj-crypto/) - Wrapper for Bouncy Castle. - [pandect](https://github.com/xsc/pandect) - Fast and easy-to-use Message Digest, Checksum and HMAC library for Clojure. ### Common Lisp