Liking cljdoc? Tell your friends :D

hive-system.crypto.kdf

Pure-Java HKDF-SHA256 (RFC 5869). Shared by ICrypto adapters so that crypto-derive-key returns byte-identical bytes regardless of which adapter resolves the call.

Composed from javax.crypto.Mac HMAC-SHA256 — no native dependency.

Pure-Java HKDF-SHA256 (RFC 5869). Shared by ICrypto adapters so that
`crypto-derive-key` returns byte-identical bytes regardless of which
adapter resolves the call.

Composed from `javax.crypto.Mac` HMAC-SHA256 — no native dependency.
raw docstring

hkdf-sha256clj

(hkdf-sha256 salt ikm info length)

RFC 5869 full HKDF-SHA256 = extract-then-expand.

RFC 5869 full HKDF-SHA256 = extract-then-expand.
sourceraw docstring

MAX_LENGTHclj

source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close