A method for fixing ECC by finding the most common similarities between several sent messages. Can only fix 1-bit of error.
Process
- Alice are sent in triplets.
- If an error occurs, we can see it on Bob’s end () Note that is not in triplets, we fix this by seeing that is the majority item
Flaws
- This method fails if 2 bits fail, is not recoverable!