Liking cljdoc? Tell your friends :D

pandect.algo.keccak-256

Keccak-256 algorithm implementation

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

Keccak-256 algorithm implementation

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

keccak-256clj

(keccak-256 x)

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

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

keccak-256*clj

(keccak-256* x)

[Hash] Keccak-256 (raw value)

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

keccak-256-bytesclj

(keccak-256-bytes x)

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

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

keccak-256-fileclj

(keccak-256-file x)

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

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

keccak-256-file*clj

(keccak-256-file* x)

[Hash] Keccak-256 (raw value)

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

keccak-256-file-bytesclj

(keccak-256-file-bytes x)

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

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

keccak-256-hmacclj

(keccak-256-hmac x secret)

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

(keccak-256-hmac* x secret)

[HMAC] Hmac-Keccak256 (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-Keccak256 (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-256-hmac-bytesclj

(keccak-256-hmac-bytes x secret)

[HMAC] Hmac-Keccak256 (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-Keccak256 (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-256-hmac-fileclj

(keccak-256-hmac-file x secret)

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

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

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

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

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