Liking cljdoc? Tell your friends :D

pandect.algo.ripemd160

RipeMD160 algorithm implementation

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

RipeMD160 algorithm implementation

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

ripemd160clj

(ripemd160 x)

[Hash] RipeMD160 (value -> string)

[Hash] RipeMD160 (value -> string)
sourceraw docstring

ripemd160*clj

(ripemd160* x)

[Hash] RipeMD160 (raw value)

[Hash] RipeMD160 (raw value)
sourceraw docstring

ripemd160-bytesclj

(ripemd160-bytes x)

[Hash] RipeMD160 (value -> byte array)

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

ripemd160-fileclj

(ripemd160-file x)

[Hash] RipeMD160 (file path -> string)

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

ripemd160-file*clj

(ripemd160-file* x)

[Hash] RipeMD160 (raw value)

[Hash] RipeMD160 (raw value)
sourceraw docstring

ripemd160-file-bytesclj

(ripemd160-file-bytes x)

[Hash] RipeMD160 (file path -> byte array)

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

ripemd160-hmacclj

(ripemd160-hmac x secret)

[HMAC] Hmac-RipeMD160 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream or any value implementing pandect.utils.convert/ByteConvertable.

[HMAC] Hmac-RipeMD160 (value -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.
sourceraw docstring

ripemd160-hmac*clj

(ripemd160-hmac* x secret)

[HMAC] Hmac-RipeMD160 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream or any value implementing pandect.utils.convert/ByteConvertable.

[HMAC] Hmac-RipeMD160 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.
sourceraw docstring

ripemd160-hmac-bytesclj

(ripemd160-hmac-bytes x secret)

[HMAC] Hmac-RipeMD160 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream or any value implementing pandect.utils.convert/ByteConvertable.

[HMAC] Hmac-RipeMD160 (value -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.
sourceraw docstring

ripemd160-hmac-fileclj

(ripemd160-hmac-file x secret)

[HMAC] Hmac-RipeMD160 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream or any value implementing pandect.utils.convert/ByteConvertable.

[HMAC] Hmac-RipeMD160 (file path -> string)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.
sourceraw docstring

ripemd160-hmac-file*clj

(ripemd160-hmac-file* x secret)

[HMAC] Hmac-RipeMD160 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream or any value implementing pandect.utils.convert/ByteConvertable.

[HMAC] Hmac-RipeMD160 (raw value)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.
sourceraw docstring

ripemd160-hmac-file-bytesclj

(ripemd160-hmac-file-bytes x secret)

[HMAC] Hmac-RipeMD160 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream or any value implementing pandect.utils.convert/ByteConvertable.

[HMAC] Hmac-RipeMD160 (file path -> byte array)

'secret' can be given as a byte array, string, java.io.File, java.io.InputStream
or any value implementing `pandect.utils.convert/ByteConvertable`.
sourceraw docstring

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

× close