func GenerateFromPassword(password []byte, cost int) ([]byte, error) func CompareHashAndPassword(hashedPassword, password []byte) error