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
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 (