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

Add CRC32C implementation #41

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Add CRC32C implementation #41

merged 1 commit into from
Feb 27, 2024

Conversation

Schamper
Copy link
Member

This is essentially a move from dissect.btrfs to dissect.util: https://github.com/fox-it/dissect.btrfs/blob/main/dissect/btrfs/crc32c.py

Turns out that it's useful to have this more broadly available 😄.

I'll remove it from there in a future PR.

Copy link

codecov bot commented Feb 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.40%. Comparing base (a2ad641) to head (2b7428f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
+ Coverage   86.30%   86.40%   +0.09%     
==========================================
  Files          18       19       +1     
  Lines        1256     1265       +9     
==========================================
+ Hits         1084     1093       +9     
  Misses        172      172              
Flag Coverage Δ
unittests 86.40% <100.00%> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Schamper Schamper merged commit dee75b0 into main Feb 27, 2024
18 checks passed
@Schamper Schamper deleted the crc32c branch February 27, 2024 16:01
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.

2 participants