[cljsjs/nacl-fast "1.0.0-rc.1-0"] ;; latest release
CLJSJS wrapper for the optimized implementation of TweetNaCl.js, a JavaScript port of TweetNaCl by djb featuring curve25519 EC crypto.
After adding the above dependency to your project you can require the packaged library like so:
(ns application.core
(:require cljsjs.nacl-fast))
And access the global nacl
object.