package main import "hash" // bcrypt_pbkdf func Key(password, salt []byte, iter, keyLen int, h func() hash.Hash) []byte { return nil }