1 //-----------------------------------------------------------------------------
2 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
3 // at your option, any later version. See the LICENSE.txt file for the text of
5 //-----------------------------------------------------------------------------
7 //-----------------------------------------------------------------------------
14 void crc32_ex(const uint8_t *d
, const size_t n
, uint8_t *crc
);
15 void crc32_append(uint8_t *d
, const size_t n
);