increase iterations by factor of 256

This commit is contained in:
Steven Polley 2018-09-24 12:05:23 -06:00
parent 2a100b79a7
commit 8a1b7315f8

View File

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