-
highSpeedOffsets should be located on separate settings page:
1. it should be excluded from settings CRC calculation.
2. it should not be saved to flash.
-
Sun 10 May 2015 07:59:16 PM CEST
From [http://www.nongnu.org/avr-libc/user-manual/group__util__crc.html](https://savannah.nongnu.orghttp://www.nongnu.org/avr-libc/user-manual/group__util__crc.html):
…
-
Is it possible to implement CRC-32 calculation of GSM32 like in this document: [link](https://www.etsi.org/deliver/etsi_ts/102300_102399/10236101/02.04.01_60/ts_10236101v020401p.pdf) page 140?
-
Hi,
In your documentation you mention adding `0x00` and `0x01` to children and inner nodes and apply it in you hash function as well `H(0x01, X)`. However in your [code](https://github.com/quux00/m…
-
I have noticed that the current implementation still uses table lookup method. Perhaps introducing acceleration instructions for different platforms could significantly improve the computational speed…
-
Reference:
https://github.com/moosefs/moosefs/issues/573
This issue is reproducible in LizardFS, MooseFS and the latest version of SaunaFS built from source. I have built several testbed clusters…
-
Hi;
This is just a suggestion regarding the calculation of CRC values in the library (I'm unsure as to whether this has been implemented in the SDIO port you produced but... anyway, I digress;)
…
-
The CRC values are incorrect when deserialising a bare undeliminated values, such as a single `enum`.
The C ujson deserialiser reads the trailing newline when deserialising this type, as it has no …
-
In http://reveng.sourceforge.net/crc-catalogue/, the CRCs described within utilize a residue value as part of their calculations. In the case of CRC8 (or at least the implementation pycrc uses), it us…
-
Hi, I don't know why all the tutorials I saw on the internet about using Dwin displays don't deal with CRC error control.
It is very important to have error handling in noisy environments, especial…