aboutsummaryrefslogtreecommitdiff
path: root/tests/test-rpc_bighash.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-09-12 15:59:06 -0400
committerRob Austein <sra@hactrn.net>2016-09-12 16:03:49 -0400
commit8c3743eee739afa344139ab17d8008131555862d (patch)
treed037f9a0c6c7c5962819a06e6a0967f1bcc976b6 /tests/test-rpc_bighash.c
parent73d62a85a904b64e259d523dadb45ad4ee8e2c2f (diff)
CRC-32 code for use in ks_flash, stm32 DFU, possibly elsewhere.
This is an open source C99 CRC-32 implementation generated by pycrc, see notes in source on copyright status and pycrc options used. crc32.c contains two different implementations of the CRC-32 algorithm with the same API, one optimized for speed, the other optimized for much smaller code space at the expense of speed. We use the fast implementation by default, but maybe the small implementation will be useful, eg, in the bootloader. Remove the extra later if this turns out to have been a waste of time.
Diffstat (limited to 'tests/test-rpc_bighash.c')
0 files changed, 0 insertions, 0 deletions
118'>118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164