Liking cljdoc? Tell your friends :D

pandect.algo.keccak-512

Keccak-512 algorithm implementation

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

Keccak-512 algorithm implementation

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

keccak-512clj

(keccak-512 x)

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

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

keccak-512*clj

(keccak-512* x)

[Hash] Keccak-512 (raw value)

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

keccak-512-bytesclj

(keccak-512-bytes x)

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

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

keccak-512-fileclj

(keccak-512-file x)

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

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

keccak-512-file*clj

(keccak-512-file* x)

[Hash] Keccak-512 (raw value)

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

keccak-512-file-bytesclj

(keccak-512-file-bytes x)

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

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

keccak-512-hmacclj

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

[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`.
sourceraw docstring

keccak-512-hmac*clj

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

[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`.
sourceraw docstring

keccak-512-hmac-bytesclj

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

[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`.
sourceraw docstring

keccak-512-hmac-fileclj

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

[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`.
sourceraw docstring

keccak-512-hmac-file*clj

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

[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`.
sourceraw docstring

keccak-512-hmac-file-bytesclj

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

[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`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close