pandect.algo.keccak-224

Keccak-224 algorithm implementation

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

keccak-224

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

keccak-224*

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

keccak-224-bytes

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

keccak-224-file

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

keccak-224-file*

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

keccak-224-file-bytes

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

keccak-224-hmac

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

keccak-224-hmac*

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

keccak-224-hmac-bytes

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

keccak-224-hmac-file

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

keccak-224-hmac-file*

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

keccak-224-hmac-file-bytes

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