Skip to content

Conversation

@finger563
Copy link
Contributor

Previously, the crc32 (if enabled) was being calculated on different platforms according to different byte orderings, which meant that serialized byte streams including CRC which were serialized one one system would not properly deserialize on a system with a different byte order (or for which alpaca had defined a different byte order in crc32).

This PR updates it so that no matter what, the crc32 is always computed in little endian format.

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