Allow generation of reversed CRCs in main function. Reversed CRCs are now supported.

This commit is contained in:
2023-01-15 21:22:47 +01:00
parent cf7d0c22f7
commit 71b1ad2a32
2 changed files with 1 additions and 7 deletions

View File

@@ -136,4 +136,4 @@ The output sections start and end are checked for the given magic numbers in ord
The memory is interpreted as *little endian* and the CRC calculation granularity is a 32 bit *word*.
# BUGS
Currently, reversed CRC algorithms are not implemented.
None