Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ot] hw/opentitan: ot_otbn: compute checksum over LE values.
The checksum computation is currently being computed over big-endian order 48-bit values {imem, addr, value}, but the CRC32 checksum of an OTBN application is actually computed over the values in little-endian order. Replace the existing BE logic with little endian so that the computed checksum is correct.
- Loading branch information