ssdeep
ssdeep copied to clipboard
blocksize should be int64, otherwise 32bit ssdeep not quals 64bit ssdeep
type ssdeepState struct { rollingState rollingState blockSize int64 hashString1 string hashString2 string blockHash1 uint32 blockHash2 uint32 }