-
Notifications
You must be signed in to change notification settings - Fork 1
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
Go port of this excellent project #1
Comments
Hello, Thanks for the port. I have some concerns however. I do not read/understand Go code well, but from what I can tell, you're using a But in some places it's reading from I have run the C version on a couple inputs and collected the results. Can you verify the Go port matches these results?
I also see that there is some length checks inside the latter two loops, but they should be unnecessary because those loops will run for 3 iterations max. |
Hi, I've fixed several bugs in Go code, this is the unit tests (passed): https://github.com/rainrambler/ChibiHashGo/blob/master/chibihash64_test.go |
Added to the list #4 |
This project has been incredibly inspiring and useful in my own projects.
I recently created a Go port of ChibiHash, and I would be thrilled if you could take a look at it. ==> https://github.com/rainrambler/ChibiHashGo
Please consider adding a link to my project in your readme file, as I believe it could be beneficial to others in the community who are interested in using Go.
Thank you once again for your amazing work.
The text was updated successfully, but these errors were encountered: