]> git.sesse.net Git - hamming/history
hamming
2008-01-16 sgunderson@bigfoot.comAdd an implementation of the (72,64) Hamming codes. master
2008-01-16 sgunderson@bigfoot.comFix the final parity bit too (depended on p2).
2008-01-16 sgunderson@bigfoot.comFixed an very wrong bitmask in the 64-bit code.
2008-01-15 sgunderson@bigfoot.comAdded (72,64) codes to the textual description.
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. GundersonTry to sort out the last parity bit in the text.
2006-03-02 Steinar H. GundersonStart working on the (32,26) Hamming code.
2006-03-02 Steinar H. GundersonUpdate hamming.txt with information for our (31,26...
2006-03-02 Steinar H. GundersonDon't hardcode [4] for the extra bit; use a #define...
2006-03-01 Steinar H. GundersonAdded a note about how the transposition table works.
2006-03-01 Steinar H. GundersonImplement single-bit correction.
2006-03-01 Steinar H. GundersonAdd preliminary source files.
2006-03-01 Steinar H. Gundersoninitial import