Expand description
The checksum submodule provides functions for generating and verifying checksums by using XOR.
Functions
- Use XOR to generate checksum.
- Verify checksum by comparing it with the generated checksum
The checksum submodule provides functions for generating and verifying checksums by using XOR.