Liking cljdoc? Tell your friends :D

pandect.algo.keccak-224

Keccak-224 algorithm implementation

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

Keccak-224 algorithm implementation

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

keccak-224clj

(keccak-224 x)

[Hash] Keccak-224 (value -> string)

[Hash] Keccak-224 (value -> string)
sourceraw docstring

keccak-224*clj

(keccak-224* x)

[Hash] Keccak-224 (raw value)

[Hash] Keccak-224 (raw value)
sourceraw docstring

keccak-224-bytesclj

(keccak-224-bytes x)

[Hash] Keccak-224 (value -> byte array)

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

keccak-224-fileclj

(keccak-224-file x)

[Hash] Keccak-224 (file path -> string)

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

keccak-224-file*clj

(keccak-224-file* x)

[Hash] Keccak-224 (raw value)

[Hash] Keccak-224 (raw value)
sourceraw docstring

keccak-224-file-bytesclj

(keccak-224-file-bytes x)

[Hash] Keccak-224 (file path -> byte array)

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

keccak-224-hmacclj

(keccak-224-hmac x secret)

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

keccak-224-hmac*clj

(keccak-224-hmac* x secret)

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

keccak-224-hmac-bytesclj

(keccak-224-hmac-bytes x secret)

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

keccak-224-hmac-fileclj

(keccak-224-hmac-file x secret)

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

keccak-224-hmac-file*clj

(keccak-224-hmac-file* x secret)

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

keccak-224-hmac-file-bytesclj

(keccak-224-hmac-file-bytes x secret)

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