(base64-decode s)
Decodes given base64 string back into a string
Decodes given base64 string back into a string
(define-endpoints ns routes endpoint-fn)
Creates a function for each of the defined routes
Creates a function for each of the defined routes
(generate-key)
Generates a new private key. Useful for testing.
Generates a new private key. Useful for testing.
(load-privkey src)
Loads private key from either source file, or string. If src
points
to an existing file, it's loaded from that file. If it's a string, it
must be base64 encoded.
Loads private key from either source file, or string. If `src` points to an existing file, it's loaded from that file. If it's a string, it must be base64 encoded.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close