-
castagnoli
this blocks #24
-
CRC32C (Castagnoli) is a variant of CRC32 that uses a different base polynomial. Compared to base CRC32, it's hardware accelerated on both X86 and ARM64.
-
### Background and motivation
#24328 and subsequent changes have added support for CRC-32, CRC-64, XxHash32, XxHash64, and XxHash128 non-cryptographic hash algorithms to the System.IO.Hashing library…
-
### What should be done?
If the `checksumPresent` flag bit is enabled, the OP_MSG includes a checksum. The checksum is calculated using the CRC-32 algorithm with the Castagnoli polynomial and encom…
-
Hello,
I'm trying to make a wrapper for a `std::io::Write` object that keeps a running CRC. This looks something like this:
```rust
struct Wrapper {
w: W,
crc: Crc,
}
impl std::io:…
-
### Bug report criteria
- [X] This bug report is not security related, security issues should be disclosed privately via [etcd maintainers](mailto:etcd-maintainers@googlegroups.com).
- [X] This is no…
-
1. Initial thoughts
2. Usefulness
3. Requirements
4. Outline goals for the project so they can be clearly communicated to the user. Establish what we are trying to do (and what we are not).
What do …
-
We are using Direwolf to decode downlink from satellites, for example GRBAlpha. But it is using CSP protocol, where minimum length of the packet is just 8 bytes including CRC. The Direwolf does not de…
-
Hi guys,
We used hardware CRC instruction on Intel's SSE 4.2 processors before. Now when we use crc16_t10 in ISA-L, we notice that this is a software-based CRC algorithm that costs a lot of CPU cy…
-
Include a CRC (cyclic redundancy check) of the complete record.