Static Methodswift-hash 0.7.1MessageAuthentication
pbkdf2(password:salt:iterations:blocks:)
Derives an encryption key from a password and salt. This is a password-based key derivation function (PBKDR2).
static func pbkdf2(password: some Collection<UInt8>, salt: some Collection<UInt8>, iterations: Int, blocks: Int = 1) -> [UInt8]