Added Clj-crypto (#44)

Added Clj-crypto, a wrapper for Bouncy Castle which allows you to easily use cryptography in your clojure app
pull/46/head
Umair Aslam 7 years ago committed by sobolevn
parent 67ded445c6
commit 34808e7d5f
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E

@ -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

Loading…
Cancel
Save