-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it inconsistent with the C version implemented by the author? #33
Comments
If you think this function needs to be implemented, I can implement it and submit a PR |
Do you have an example of a hash mismatch? |
The function you are mentioning is only used when comparing two hashes, so it will not have an impact on the calculated hash. |
Yes, It only affects the distance of ssdeep hash. |
Then this is definitely missing. Thank you for raising it! You can either just add a test that fails for now or implement the extra condition. Otherwise I'll add it later this week. |
No problem. I'll raise PR tomorrow or the day after tomorrow. |
Here is PR #34 |
Awesome, thanks a lot! I will prepare a new release later today! |
Released 0.4.0 with the fix by @BingqingXue1 Thank you for your contribution! |
When we compared your code with the author's C code, we found that the calculation results were inconsistent. We found that a function was not implemented. Is this a bug?
The text was updated successfully, but these errors were encountered: