mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-06 19:20:09 +00:00
This reduces the redundant implementations of checksum calculation to one generic implementation, makes the checksum interface conform over all protocols, and brings performance optimizations. For instance, the checksum is now calculated directly in big endian which saves us most of the previously done byte-re-ordering. Issue #2775