Liking cljdoc? Tell your friends :D

pandect.algo.gost

GOST3411 algorithm implementation

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

GOST3411 algorithm implementation

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

gostclj

(gost x)

[Hash] GOST3411 (value -> string)

[Hash] GOST3411 (value -> string)
sourceraw docstring

gost*clj

(gost* x)

[Hash] GOST3411 (raw value)

[Hash] GOST3411 (raw value)
sourceraw docstring

gost-bytesclj

(gost-bytes x)

[Hash] GOST3411 (value -> byte array)

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

gost-fileclj

(gost-file x)

[Hash] GOST3411 (file path -> string)

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

gost-file*clj

(gost-file* x)

[Hash] GOST3411 (raw value)

[Hash] GOST3411 (raw value)
sourceraw docstring

gost-file-bytesclj

(gost-file-bytes x)

[Hash] GOST3411 (file path -> byte array)

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

gost-hmacclj

(gost-hmac x secret)

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

gost-hmac*clj

(gost-hmac* x secret)

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

gost-hmac-bytesclj

(gost-hmac-bytes x secret)

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

gost-hmac-fileclj

(gost-hmac-file x secret)

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

gost-hmac-file*clj

(gost-hmac-file* x secret)

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

gost-hmac-file-bytesclj

(gost-hmac-file-bytes x secret)

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