pandect.algo.keccak-512
Keccak-512 algorithm implementation
(requires `org.bouncycastle/bcprov-jdk15on` to be on the classpath)
keccak-512
(keccak-512 x)
[Hash] Keccak-512 (value -> string)
keccak-512*
(keccak-512* x)
[Hash] Keccak-512 (raw value)
keccak-512-bytes
(keccak-512-bytes x)
[Hash] Keccak-512 (value -> byte array)
keccak-512-file
(keccak-512-file x)
[Hash] Keccak-512 (file path -> string)
keccak-512-file*
(keccak-512-file* x)
[Hash] Keccak-512 (raw value)
keccak-512-file-bytes
(keccak-512-file-bytes x)
[Hash] Keccak-512 (file path -> byte array)
keccak-512-hmac
(keccak-512-hmac x secret)
[HMAC] Hmac-Keccak512 (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-512-hmac*
(keccak-512-hmac* x secret)
[HMAC] Hmac-Keccak512 (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-512-hmac-bytes
(keccak-512-hmac-bytes x secret)
[HMAC] Hmac-Keccak512 (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-512-hmac-file
(keccak-512-hmac-file x secret)
[HMAC] Hmac-Keccak512 (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-512-hmac-file*
(keccak-512-hmac-file* x secret)
[HMAC] Hmac-Keccak512 (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-512-hmac-file-bytes
(keccak-512-hmac-file-bytes x secret)
[HMAC] Hmac-Keccak512 (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`.