Liking cljdoc? Tell your friends :D

pandect.algo.blake2b-160

BLAKE2B-160 algorithm implementation

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

BLAKE2B-160 algorithm implementation

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

blake2b-160clj

(blake2b-160 x)

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

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

blake2b-160*clj

(blake2b-160* x)

[Hash] BLAKE2B-160 (raw value)

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

blake2b-160-bytesclj

(blake2b-160-bytes x)

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

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

blake2b-160-fileclj

(blake2b-160-file x)

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

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

blake2b-160-file*clj

(blake2b-160-file* x)

[Hash] BLAKE2B-160 (raw value)

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

blake2b-160-file-bytesclj

(blake2b-160-file-bytes x)

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

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

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

× close