Divide by 64

This commit is contained in:
Steven Polley 2018-12-02 14:29:26 -07:00
parent e926140b99
commit 0f970fd21e
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) / 32
Iterations = (1<<16 - 1) / 64
)
var (