Liking cljdoc? Tell your friends :D

pandect.algo.blake2b-384

BLAKE2B-384 algorithm implementation

(requires org.bouncycastle/bcprov-jdk15on to be on the classpath)

BLAKE2B-384 algorithm implementation

(requires `org.bouncycastle/bcprov-jdk15on` to be on the classpath)
raw docstring

blake2b-384clj

(blake2b-384 x)

[Hash] BLAKE2B-384 (value -> string)

[Hash] BLAKE2B-384 (value -> string)
sourceraw docstring

blake2b-384*clj

(blake2b-384* x)

[Hash] BLAKE2B-384 (raw value)

[Hash] BLAKE2B-384 (raw value)
sourceraw docstring

blake2b-384-bytesclj

(blake2b-384-bytes x)

[Hash] BLAKE2B-384 (value -> byte array)

[Hash] BLAKE2B-384 (value -> byte array)
sourceraw docstring

blake2b-384-fileclj

(blake2b-384-file x)

[Hash] BLAKE2B-384 (file path -> string)

[Hash] BLAKE2B-384 (file path -> string)
sourceraw docstring

blake2b-384-file*clj

(blake2b-384-file* x)

[Hash] BLAKE2B-384 (raw value)

[Hash] BLAKE2B-384 (raw value)
sourceraw docstring

blake2b-384-file-bytesclj

(blake2b-384-file-bytes x)

[Hash] BLAKE2B-384 (file path -> byte array)

[Hash] BLAKE2B-384 (file path -> byte array)
sourceraw docstring

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

× close