balloon.go | 2 +- diff --git a/balloon.go b/balloon.go index ccda007f0c36eb530c99aca232c6bcdb520071345b23e3f5e91d70123975b1a7..878100fddfd472f0f93d40e61a1086e430ed589f4e04f3abc731df414d3f77d9 100644 --- a/balloon.go +++ b/balloon.go @@ -137,7 +137,7 @@ // B(p, s || "1") XOR // B(p, s || "2") XOR // B(p, s || jobs) // )) -func H(hasher func() hash.Hash, passwd, salt []byte, sCost, tCost int, jobs int) []byte { +func H(hasher func() hash.Hash, passwd, salt []byte, sCost, tCost, jobs int) []byte { var i int results := make(chan []byte) for ; i < jobs; i++ {