-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[crc64] Change the hash prefix back to
crc64
(#628)
Context: 9b88ce7 Context: 7fe3a11 7fe3a11 fixed the new CRC64 calculation algorithm so that it properly processes all the data, which had the (expected) effect of generating the same checksums for the same data as those generated before commit 9b88ce7. However, 7fe3a11 missed changing the new `c64r2` hash prefix back to `crc64`, thus this commit to make the change. The change will remove any backward incompatibility with code that may rely on the old hash format, including Xamarin.Android tests.
- Loading branch information
Showing
4 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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 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 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 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