Liking cljdoc? Tell your friends :D

pandect.algo.blake2b-256

BLAKE2B-256 algorithm implementation

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

BLAKE2B-256 algorithm implementation

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

blake2b-256clj

(blake2b-256 x)

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

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

blake2b-256*clj

(blake2b-256* x)

[Hash] BLAKE2B-256 (raw value)

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

blake2b-256-bytesclj

(blake2b-256-bytes x)

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

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

blake2b-256-fileclj

(blake2b-256-file x)

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

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

blake2b-256-file*clj

(blake2b-256-file* x)

[Hash] BLAKE2B-256 (raw value)

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

blake2b-256-file-bytesclj

(blake2b-256-file-bytes x)

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

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

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

× close