(aes-gcm-decrypt ciphertext key nonce & {:keys [aad] :or {aad nil}})
(aes-gcm-encrypt plaintext key nonce & {:keys [aad] :or {aad nil}})
(pbkdf2-hmac-sha256 password salt iterations key-length)
cljdoc is a website building & hosting documentation for Clojure/Script libraries