Content deleted Content added
Fixed errors that I introduced yesterday. Added some explanation about the bipartite graph. |
|||
Line 6:
== Rough Overview ==
Tornado codes work via xor (exclusive or). Xor operates on binary values, 1s and 0s. A xor B is 1 if A and B
The xor of a number of binary variables is called their "parity" and this is often used in error detection and correction. Tornado codes use it for error correction. They use another checksum (like CRC-32 or MD5) for error detection.
|