Liking cljdoc? Tell your friends :D

simple.sign


base64-url-decodeclj

(base64-url-decode bytes)
source

base64-url-encodeclj

(base64-url-encode bytes)
source

digestclj

(digest algorithm secret message)

hash message using cryptographic algorithm: HmacMD5 HmacSHA1 HmacSHA256

hash message using cryptographic algorithm: HmacMD5 HmacSHA1 HmacSHA256
sourceraw docstring

hmac-sha1clj

(hmac-sha1 secret message)
source

hmac-sha1-signclj

(hmac-sha1-sign key string-to-sign)
source

hmac-sha1-sign-no-paddingclj

(hmac-sha1-sign-no-padding key string-to-sign)
source

hmac-sha1-verifyclj

(hmac-sha1-verify key string-to-verify signature)
source

hmac-sha1-verify-no-paddingclj

(hmac-sha1-verify-no-padding key string-to-verify signature)
source

hmac-sha256clj

(hmac-sha256 secret message)
source

load-private-keyclj

(load-private-key filename)
source

load-pubkeyclj

(load-pubkey filename)
source

privkey-fileclj

source

pubkey-fileclj

source

signclj

(sign private-key date doc)
source

string->us-asciiclj

(string->us-ascii str)
source

us-ascii->stringclj

(us-ascii->string bytes)
source

verifyclj

(verify pubkey date doc sig)
source

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

× close