ssdeep icon indicating copy to clipboard operation
ssdeep copied to clipboard

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

Open chennqqi opened this issue 6 years ago • 0 comments

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

chennqqi avatar Feb 15 '20 06:02 chennqqi