Liking cljdoc? Tell your friends :D

pandect.algo.keccak-384

Keccak-384 algorithm implementation

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

Keccak-384 algorithm implementation

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

keccak-384clj

(keccak-384 x)

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

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

keccak-384*clj

(keccak-384* x)

[Hash] Keccak-384 (raw value)

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

keccak-384-bytesclj

(keccak-384-bytes x)

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

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

keccak-384-fileclj

(keccak-384-file x)

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

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

keccak-384-file*clj

(keccak-384-file* x)

[Hash] Keccak-384 (raw value)

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

keccak-384-file-bytesclj

(keccak-384-file-bytes x)

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

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

keccak-384-hmacclj

(keccak-384-hmac x secret)

[HMAC] Hmac-Keccak384 (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-Keccak384 (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-384-hmac*clj

(keccak-384-hmac* x secret)

[HMAC] Hmac-Keccak384 (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-Keccak384 (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-384-hmac-bytesclj

(keccak-384-hmac-bytes x secret)

[HMAC] Hmac-Keccak384 (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-Keccak384 (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-384-hmac-fileclj

(keccak-384-hmac-file x secret)

[HMAC] Hmac-Keccak384 (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-Keccak384 (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-384-hmac-file*clj

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

[HMAC] Hmac-Keccak384 (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-Keccak384 (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-384-hmac-file-bytesclj

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

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