Liking cljdoc? Tell your friends :D

hasch.platform

clj

Platform specific implementations.

Platform specific implementations.
raw docstring

byte->hexclj/s

(byte->hex b)
source (clj)source (cljs)

encodeclj/s

(encode magic a)
source (clj)source (cljs)

hash->strclj/s

(hash->str bytes)
source (clj)source (cljs)

md5-message-digestclj/s

(md5-message-digest)
source (clj)source (cljs)

sha512-message-digestclj/s

(sha512-message-digest)
source (clj)source (cljs)

utf8cljs

(utf8 s)

Encodes a string as UTF-8 in an unsigned js array.

Encodes a string as UTF-8 in an unsigned js array.
sourceraw docstring

uuid4clj/s≠

clj
(uuid4)

Generates a UUID version 4 (random).

Generates a UUID version 4 (random).
cljs
source (clj)source (cljs)raw docstring

uuid5clj/s≠

(uuid5 sha-hash)
clj

Generates a UUID version 5 from a sha-1 hash byte sequence. Our hash version is coded in first 2 bits.

Generates a UUID version 5 from a sha-1 hash byte sequence.
Our hash version is coded in first 2 bits.
cljs

Generates a uuid5 from a sha-1 hash byte sequence. Our hash version is coded in first 2 bits.

Generates a uuid5 from a sha-1 hash byte sequence.
Our hash version is coded in first 2 bits.
source (clj)source (cljs)raw docstring

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

× close