Liking cljdoc? Tell your friends :D

pandect.algo.md4

MD4 algorithm implementation

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

MD4 algorithm implementation

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

md4clj

(md4 x)

[Hash] MD4 (value -> string)

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

md4*clj

(md4* x)

[Hash] MD4 (raw value)

[Hash] MD4 (raw value)
sourceraw docstring

md4-bytesclj

(md4-bytes x)

[Hash] MD4 (value -> byte array)

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

md4-fileclj

(md4-file x)

[Hash] MD4 (file path -> string)

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

md4-file*clj

(md4-file* x)

[Hash] MD4 (raw value)

[Hash] MD4 (raw value)
sourceraw docstring

md4-file-bytesclj

(md4-file-bytes x)

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

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

md4-hmacclj

(md4-hmac x secret)

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

md4-hmac*clj

(md4-hmac* x secret)

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

md4-hmac-bytesclj

(md4-hmac-bytes x secret)

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

md4-hmac-fileclj

(md4-hmac-file x secret)

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

md4-hmac-file*clj

(md4-hmac-file* x secret)

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

md4-hmac-file-bytesclj

(md4-hmac-file-bytes x secret)

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