]> git.sesse.net Git - hamming/history - hamming32.c
Add an implementation of the (72,64) Hamming codes.
[hamming] / hamming32.c
2006-03-02 Steinar H. GundersonInclude a fast 2x32 parity routine.
2006-03-02 Steinar H. GundersonOptimize the parity generation.
2006-03-02 Steinar H. GundersonBe slighly more consistent about temporaries.
2006-03-02 Steinar H. GundersonRewrite the double-error detection in hamming32.
2006-03-02 Steinar H. GundersonRemove an unused variable.
2006-03-02 Steinar H. GundersonAdd progress counters to the hamming32 test.
2006-03-02 Steinar H. GundersonDrop the lookup table for hamming32; check_zero_bit_det...
2006-03-02 Steinar H. GundersonImplement single-bit correction for hamming32.
2006-03-02 Steinar H. GundersonUpdate the permutation table for hamming32.
2006-03-02 Steinar H. GundersonFlip the extra-parity checks in the double-bit code...
2006-03-02 Steinar H. GundersonFixed a missing bit in the last parity checking bitmask.
2006-03-02 Steinar H. GundersonTeh confusion!
2006-03-02 Steinar H. GundersonTry fixing the extra parity in hamming32 -- still not...
2006-03-02 Steinar H. GundersonStart working on the (32,26) Hamming code.