Liking cljdoc? Tell your friends :D

pandect.algo.ripemd320

RipeMD320 algorithm implementation

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

RipeMD320 algorithm implementation

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

ripemd320clj

(ripemd320 x)

[Hash] RipeMD320 (value -> string)

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

ripemd320*clj

(ripemd320* x)

[Hash] RipeMD320 (raw value)

[Hash] RipeMD320 (raw value)
sourceraw docstring

ripemd320-bytesclj

(ripemd320-bytes x)

[Hash] RipeMD320 (value -> byte array)

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

ripemd320-fileclj

(ripemd320-file x)

[Hash] RipeMD320 (file path -> string)

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

ripemd320-file*clj

(ripemd320-file* x)

[Hash] RipeMD320 (raw value)

[Hash] RipeMD320 (raw value)
sourceraw docstring

ripemd320-file-bytesclj

(ripemd320-file-bytes x)

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

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

ripemd320-hmacclj

(ripemd320-hmac x secret)

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

ripemd320-hmac*clj

(ripemd320-hmac* x secret)

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

ripemd320-hmac-bytesclj

(ripemd320-hmac-bytes x secret)

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

ripemd320-hmac-fileclj

(ripemd320-hmac-file x secret)

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

ripemd320-hmac-file*clj

(ripemd320-hmac-file* x secret)

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

ripemd320-hmac-file-bytesclj

(ripemd320-hmac-file-bytes x secret)

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