Liking cljdoc? Tell your friends :D

pandect.algo.ripemd128

RipeMD128 algorithm implementation

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

RipeMD128 algorithm implementation

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

ripemd128clj

(ripemd128 x)

[Hash] RipeMD128 (value -> string)

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

ripemd128*clj

(ripemd128* x)

[Hash] RipeMD128 (raw value)

[Hash] RipeMD128 (raw value)
sourceraw docstring

ripemd128-bytesclj

(ripemd128-bytes x)

[Hash] RipeMD128 (value -> byte array)

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

ripemd128-fileclj

(ripemd128-file x)

[Hash] RipeMD128 (file path -> string)

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

ripemd128-file*clj

(ripemd128-file* x)

[Hash] RipeMD128 (raw value)

[Hash] RipeMD128 (raw value)
sourceraw docstring

ripemd128-file-bytesclj

(ripemd128-file-bytes x)

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

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

ripemd128-hmacclj

(ripemd128-hmac x secret)

[HMAC] Hmac-RipeMD128 (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-RipeMD128 (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

ripemd128-hmac*clj

(ripemd128-hmac* x secret)

[HMAC] Hmac-RipeMD128 (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-RipeMD128 (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

ripemd128-hmac-bytesclj

(ripemd128-hmac-bytes x secret)

[HMAC] Hmac-RipeMD128 (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-RipeMD128 (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

ripemd128-hmac-fileclj

(ripemd128-hmac-file x secret)

[HMAC] Hmac-RipeMD128 (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-RipeMD128 (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

ripemd128-hmac-file*clj

(ripemd128-hmac-file* x secret)

[HMAC] Hmac-RipeMD128 (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-RipeMD128 (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

ripemd128-hmac-file-bytesclj

(ripemd128-hmac-file-bytes x secret)

[HMAC] Hmac-RipeMD128 (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-RipeMD128 (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