glaslos/ssdeep

blocksize should be int64, otherwise 32bit ssdeep not quals 64bit ssdeep

chennqqi opened this issue · 0 comments

type ssdeepState struct {
rollingState rollingState
blockSize int64
hashString1 string
hashString2 string
blockHash1 uint32
blockHash2 uint32
}