Liking cljdoc? Tell your friends :D

pandect.algo.blake2b-512

BLAKE2B-512 algorithm implementation

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

BLAKE2B-512 algorithm implementation

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

blake2b-512clj

(blake2b-512 x)

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

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

blake2b-512*clj

(blake2b-512* x)

[Hash] BLAKE2B-512 (raw value)

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

blake2b-512-bytesclj

(blake2b-512-bytes x)

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

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

blake2b-512-fileclj

(blake2b-512-file x)

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

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

blake2b-512-file*clj

(blake2b-512-file* x)

[Hash] BLAKE2B-512 (raw value)

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

blake2b-512-file-bytesclj

(blake2b-512-file-bytes x)

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

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

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

× close