Packages / pbkdf2core/crypto/pbkdf2pbkdf2Procedures1derivederive :: proc(hmac_hash: hash.Algorithm, password: []u8, salt: []u8, iterations: u32, dst: []u8)Sourcederive invokes PBKDF2-HMAC with the specified hash algorithm, password, salt, iteration count, and outputs the derived key to dst.
derivederive :: proc(hmac_hash: hash.Algorithm, password: []u8, salt: []u8, iterations: u32, dst: []u8)Sourcederive invokes PBKDF2-HMAC with the specified hash algorithm, password, salt, iteration count, and outputs the derived key to dst.