/256 iterations temporarily

This commit is contained in:
Steven Polley 2019-01-06 14:06:51 -07:00
parent 677e069a4e
commit 9fae307f90
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import (
const (
Size = 128
//Iterations = (1<<16 - 1) / 256
Iterations = (1<<16 - 1) / 64
Iterations = (1<<16 - 1) / 256
)
var (