updated mishmash.go

This commit is contained in:
William Dillon 2025-05-25 16:11:44 -04:00
parent 9f40f8d2d7
commit edb1838d73

View File

@ -9,7 +9,7 @@ import (
const (
UINT32_RESULTS_MASK uint64 = 0x00000000FFFFFFFF
NUM_PRIMES = 256
NUM_PRIMES = 0x100
)
type PrimesSet [NUM_PRIMES]uint32