merge upstream

This commit is contained in:
Steven Polley 2018-09-27 22:57:24 -06:00
commit 9bd13db3ec
1 changed files with 3 additions and 2 deletions

View File

@ -17,8 +17,9 @@ import (
)
const (
Size = 128
Iterations = (1<<16 - 1) / 256
Size = 128
//Iterations = (1<<16 - 1) / 256
Iterations = (1<<16 - 1)
)
var (