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

added Jones crc64 #36

Merged
merged 1 commit into from
May 10, 2024
Merged

added Jones crc64 #36

merged 1 commit into from
May 10, 2024

Conversation

nerg4l
Copy link
Contributor

@nerg4l nerg4l commented May 9, 2024

This PR adds a crc-64-jones implementation. It is based on the hash/crc64 implementation but there are some key differences.

  • The polynomial bit order has to be reversed, reflected.
  • At the beginning and end of update crc is not negated.

Fixes #35

@HDT3213 HDT3213 merged commit 8bbf93a into HDT3213:master May 10, 2024
1 check passed
@nerg4l nerg4l deleted the fix/crc64-jones branch May 11, 2024 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid checksum
2 participants