-
Notifications
You must be signed in to change notification settings - Fork 176
[runtime, storage] move to crc32c #2740
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2c4f806
[storage] initial migration to crc32c
andresilva 3df8f05
[runtime] import crc32 module from storage
andresilva b1f8365
[runtime/buffer] use crc32 module
andresilva 0a4fc66
[workspace] remove crc32fast
andresilva 3fa093f
[runtime/crc32] more tests
andresilva d973254
[runtime/crc32] verify against crc crate
andresilva 8545410
[storage] stray comment
andresilva 5c014b4
[storage] regenerate conformance
andresilva d49f551
[storage] fix reference to crc32::SIZE
andresilva e893bfe
[cryptography] import crc32 hasher
andresilva 8473945
[runtime] cleanup checksum size
andresilva ffab542
[cryptography] conformance
andresilva 43ba668
[runtime] fix unused warnings
andresilva a5e3d6a
[cryptography/crc32] docs
andresilva 3be4969
[workspace] disable default features for crc-fast
andresilva 5b7fd7e
[cryptography/crc32] don't expose SIZE const
andresilva 73e7855
[cryptography] enable crc-fast panic-handler
andresilva b5619d2
[runtime] nit
andresilva 20b7c41
[cryptography/crc32] remove useless fill
andresilva 985168e
[cryptography] nits
andresilva 7fc809e
[cryptography] better arbitrary for blake3, sha256 and crc32
andresilva b15afea
[cryptography] regenerate conformance
andresilva 3762114
[cryptography] update conformance
andresilva 4cbd258
Merge branch 'main' into andre/crc32c
andresilva 9bfaf83
[workspace] regenerate conformance
andresilva File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.