Liking cljdoc? Tell your friends :D

Digest

Build Status

The goal of this library is to provide a simple and clean message digest implementation for Clojure and possible ClojureScript without any dependencies and without any magic code.

Install

To install, just add the following to your project dependencies:

[org.clojars.akiel/digest "0.1"]

Other Libs

Pandect

Pandect is likely the most comprehensive message digest library for Clojure but it depends on Potemkin and Bouncy Castle Crypto APIs. Additionally it uses code generation and too much macros for my taste.

clj-digest

clj-digest is pretty close but it uses things like (.getBytes s) without a charset and is three times slower than pandect according pandect benches.

clj-message-digest

clj-message-digest is simply too old with the last commit at the end of 2011.

License

Copyright © 2015 Alexander Kiel

Distributed under the Eclipse Public License, the same as Clojure.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close