Divide by 32

This commit is contained in:
Steven Polley 2018-12-02 14:28:06 -07:00
parent a07290c8c2
commit e926140b99
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) / 4
Iterations = (1<<16 - 1) / 32
)
var (