HKDF

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override val id: CryptographyAlgorithmId<HKDF>

Functions

Link copied to clipboard
abstract fun secretDerivation(digest: CryptographyAlgorithmId<Digest>, outputSize: BinarySize, salt: ByteArray?, info: ByteArray? = null): SecretDerivation
open fun secretDerivation(digest: CryptographyAlgorithmId<Digest>, outputSize: BinarySize, salt: ByteString?, info: ByteString? = null): SecretDerivation