iterations / 256

This commit is contained in:
Steven Polley 2018-09-16 17:14:45 -06:00
parent e359d09858
commit 2f2e272347
1 changed files with 1 additions and 1 deletions

View File

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