Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecodeData ¶
modScan flag struct
func Init ¶
func Init(blocksize int64, modsize int64, thread int64, threadCount int64, bytes []byte, time string) (md *DecodeData)
Init returns a new modScan object
func (*DecodeData) GetCollisionCount ¶
func (md *DecodeData) GetCollisionCount() int64
get the modScan collision count
func (*DecodeData) ModulusScanBytes ¶
func (md *DecodeData) ModulusScanBytes(c chan string)
run a parallel modulus scan on a user defined or random byte block array
func (*DecodeData) Println ¶
func (md *DecodeData) Println(v ...interface{})
write to log and standard out
Click to show internal directories.
Click to hide internal directories.