mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[ion/crc] Fix crc: n0100 does not have 8-bits hardware implementation
This commit is contained in:
@@ -35,6 +35,8 @@ const char * fccId();
|
||||
// CRC32 : non xor-ed, non reversed, direct, polynomial 4C11DB7
|
||||
uint32_t crc32Word(const uint32_t * data, size_t length); // Only accepts whole 32bit values
|
||||
uint32_t crc32Byte(const uint8_t * data, size_t length);
|
||||
uint32_t crc32EatByte(uint32_t previousCRC, uint8_t data);
|
||||
|
||||
|
||||
// Provides a true random number
|
||||
uint32_t random();
|
||||
|
||||
Reference in New Issue
Block a user