python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Does Nesting CRC calculations increase reliability (ie decrease error probability)?
If I have a payload, and I calculate a crc32 value on that payload (of arbitrary size), then I juxtapose that crc value next to the payload, treat the whole thing recursively as a new payload, then ca...
mo FEAR
Votes: 0
Answers: 1
CRC-32 values not matching
I am using SPI communication to communicate between Raspberry Pi and a microcontroller. I am sending a value of "32" (a 32-bit integer) or "0x00000020" with CRC value calculated by...
Dar
Votes: 0
Answers: 1
CRC32 differs when executed on file vs text
I have a file called hello.txt with following content:
hello
When I execute a linux crc32 on that file like this: (I installed via sudo apt install libarchive-zip-perl)
crc32 hello.txt
I get:
363a30...
fewfew
Votes: 0
Answers: 1
No memory source operand for crc32 in Delphi 11?
The Intel® 64 and IA-32 Architectures Software Developer’s Manual Clearly shows the addressing modes for crc32 instruction in 64-bit environment:
...
CRC32 r64, r/m64
...
However, in Delphi 11 the fo...
Zoltán Bíró
Votes: 0
Answers: 0