]> git.sesse.net Git - hamming/summary
 
descriptionA simple but relatively fast implementation of (16,11) and (32,26) extended Hamming codes in C.
ownerSteinar H. Gunderson
last changeWed, 16 Jan 2008 00:42:39 +0000 (01:42 +0100)
shortlog
2008-01-16 sgunderson... Add an implementation of the (72,64) Hamming codes. master
2008-01-16 sgunderson... Fix the final parity bit too (depended on p2).
2008-01-16 sgunderson... Fixed an very wrong bitmask in the 64-bit code.
2008-01-15 sgunderson... Added (72,64) codes to the textual description.
2006-03-02 Steinar H.... Include a fast 2x32 parity routine.
2006-03-02 Steinar H.... Optimize the parity generation.
2006-03-02 Steinar H.... Be slighly more consistent about temporaries.
2006-03-02 Steinar H.... Rewrite the double-error detection in hamming32.
2006-03-02 Steinar H.... Remove an unused variable.
2006-03-02 Steinar H.... Add progress counters to the hamming32 test.
2006-03-02 Steinar H.... Drop the lookup table for hamming32; check_zero_bit_det...
2006-03-02 Steinar H.... Implement single-bit correction for hamming32.
2006-03-02 Steinar H.... Update the permutation table for hamming32.
2006-03-02 Steinar H.... Flip the extra-parity checks in the double-bit code...
2006-03-02 Steinar H.... Fixed a missing bit in the last parity checking bitmask.
2006-03-02 Steinar H.... Teh confusion!
...
heads
16 years ago master