secretDerivation

abstract fun secretDerivation(    digest: CryptographyAlgorithmId<Digest>,     iterations: Int,     outputSize: BinarySize,     salt: ByteArray): SecretDerivation(source)
open fun secretDerivation(digest: CryptographyAlgorithmId<Digest>, iterations: Int, outputSize: BinarySize, salt: ByteString): SecretDerivation(source)