Skip to content
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

Document and fix fletcher hashing algorithm #6

Open
rillig opened this issue May 26, 2015 · 0 comments
Open

Document and fix fletcher hashing algorithm #6

rillig opened this issue May 26, 2015 · 0 comments

Comments

@rillig
Copy link

rillig commented May 26, 2015

  • Document where to find the specification
  • Write a unit test that validates some test vectors from that specification
  • Fix the code so that it doesn't depend on the endianness of the platform (hint: uint16_t *)
  • Since the algorithm doesn't modify the given data, make the pointer to it const
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant