pandect.algo.keccak-384

Keccak-384 algorithm implementation

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

keccak-384

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

keccak-384*

(keccak-384* x)
[Hash] Keccak-384 (raw value)

keccak-384-bytes

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

keccak-384-file

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

keccak-384-file*

(keccak-384-file* x)
[Hash] Keccak-384 (raw value)

keccak-384-file-bytes

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

keccak-384-hmac

(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`.

keccak-384-hmac*

(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`.

keccak-384-hmac-bytes

(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`.

keccak-384-hmac-file

(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`.

keccak-384-hmac-file*

(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`.

keccak-384-hmac-file-bytes

(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`.