increase size to 512 (experimenting)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Steven Polley 2021-06-11 23:33:57 -06:00
parent 67a301284e
commit 20dc1fcbd9

View File

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