Liking cljdoc? Tell your friends :D

crypto-gost.digest


digestclj

(digest algo-type bytes-data)

calculate GOST digest from given byte array. return digest as bytes array

calculate GOST digest from given byte array.
return digest as bytes array
sourceraw docstring

digest-strclj

(digest-str algo-type s)

calculate GOST digest from string. return digest as hex String

calculate GOST digest from string.
return digest as hex String
sourceraw docstring

digest-streamclj

(digest-stream algo-type input)

calculate GOST digest for given streaming input. As input may be: File, URI, URL, Socket, byte array, or filename as String which will be coerced to BufferedInputStream and auto closed after. return digest as byte array.

calculate GOST digest for given streaming input.
As input may be:  File, URI, URL, Socket, byte array, or filename as String  which  will be coerced to BufferedInputStream and auto closed after.
return digest as byte array.
sourceraw docstring

hmacclj

(hmac algo-type bytes-data seed)

calculate GOST hmac from given byte array. return hmac as bytes array

calculate GOST hmac from given byte array.
return hmac as bytes array
sourceraw docstring

hmac-strclj

(hmac-str algo-type s seed)

calculate GOST hmac from string using given seed. return hmac as hex String

calculate GOST hmac from string using given seed.
return hmac as hex String
sourceraw docstring

hmac-streamclj

(hmac-stream algo-type input seed)

calculate GOST hmac for given streaming input. As input may be: File, URI, URL, Socket, byte array, or filename as String which will be coerced to BufferedInputStream and auto closed after. return hmac as byte array.

calculate GOST hmac for given streaming input.
As input may be:  File, URI, URL, Socket, byte array, or filename as String  which  will be coerced to BufferedInputStream and auto closed after.
return hmac as byte array.
sourceraw docstring

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

× close