Damm algorithm
In error detection, the Damm algorithm is a check digit algorithm that detects all single-digit errors and all adjacent transposition errors. It was presented by H. Michael Damm in 2004. Its essential part is a quasigroup of order 10 (i.e. having a 10×10 Latin square as operation table) with the special feature of being totally anti-symmetric.[1][2][i][ii] Damm revealed several methods to create such totally anti-symmetric quasigroups of order 10 and gave some examples in his doctoral dissertation.[1][i] With this, Damm also disproved an old conjecture that totally anti-symmetric quasigroups of order 10 do not exist.[3]
Contents
Algorithm
The validity of a digit sequence containing a check digit is defined over a quasigroup. A quasigroup table ready for use can be taken from Damm's dissertation (pages 98, 106, 111).[1] It is useful to use a totally anti-symmetric quasigroup where each diagonal entry is 0, because it simplifies the check digit calculation.
Validating a number against the included check digit
- Set up an interim digit and initialize it to 0.
- Process the number digit by digit: Use the number's digit as column index and the interim digit as row index, take the table entry and replace the interim digit with it.
- The number is valid if and only if the resulting interim digit has the value of 0.
Calculating the check digit
Prerequisite: The diagonal entries of the table are 0.
- Set up an interim digit and initialize it to 0.
- Process the number digit by digit: Use the number's digit as column index and the interim digit as row index, take the table entry and replace the interim digit with it.
- The resulting interim digit gives the check digit and will be appended as trailing digit to the number.
Example
The totally anti-symmetric quasigroup is taken from Damm's doctoral dissertation page 111.[1] It is modified by rearranging the columns and changing the entries correspondingly. This does not work on all cases.
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | |
0 | 0 | 3 | 1 | 7 | 5 | 9 | 8 | 6 | 4 | 2 |
1 | 7 | 0 | 9 | 2 | 1 | 5 | 4 | 8 | 6 | 3 |
2 | 4 | 2 | 0 | 6 | 8 | 7 | 1 | 3 | 5 | 9 |
3 | 1 | 7 | 5 | 0 | 9 | 8 | 3 | 4 | 2 | 6 |
4 | 6 | 1 | 2 | 3 | 0 | 4 | 5 | 9 | 7 | 8 |
5 | 3 | 6 | 7 | 4 | 2 | 0 | 9 | 5 | 8 | 1 |
6 | 5 | 8 | 6 | 9 | 7 | 2 | 0 | 1 | 3 | 4 |
7 | 8 | 9 | 4 | 5 | 3 | 6 | 2 | 0 | 1 | 7 |
8 | 9 | 4 | 3 | 8 | 6 | 1 | 7 | 2 | 0 | 5 |
9 | 2 | 5 | 8 | 1 | 4 | 3 | 6 | 7 | 9 | 0 |
Suppose we choose the number (digit sequence) 572.
Calculating the check digit
digit to be processed → column index | 5 | 7 | 2 |
---|---|---|---|
old interim digit → row index | 0 | 9 | 7 |
table entry → new interim digit | 9 | 7 | 4 |
The resulting interim digit is 4. This is the calculated check digit. We append it to the number and obtain 5724.
Validating a number against the included check digit
digit to be processed → column index | 5 | 7 | 2 | 4 |
---|---|---|---|---|
old interim digit → row index | 0 | 9 | 7 | 4 |
table entry → new interim digit | 9 | 7 | 4 | 0 |
The resulting interim digit is 0, hence the number is valid.
Graphical illustration
Strengths and weaknesses
The Damm algorithm is similar to the Verhoeff algorithm. It too will detect all occurrences of altering one single digit and all occurrences of transposing two adjacent digits. (These are the two most frequently appearing types of transcription errors.)[4] But the Damm algorithm has the benefit that it makes do without the dedicatedly constructed permutations and its position specific powers being inherent in the Verhoeff scheme. Furthermore, a table of inverses can be dispensed with provided all diagonal entries of the operation table are zero.
The Damm algorithm does not suffer from exceeding the number of 10 possible values, resulting in the need for using a non-digit character (as the X in the 10-digit ISBN check digit scheme).
Prepending leading zeros does not affect the check digit.
There are totally anti-symmetric quasigroups that detect all phonetic errors associated with the English language (13 ↔ 30, 14 ↔ 40, ..., 19 ↔ 90). The table used in the illustrating example above represents an instance of such kind.
Despite its desirable properties in typical contexts where similar algorithms are used, the Damm algorithm is largely unknown and scarcely used in practice.
References
- ^ a b c d Damm, H. Michael (2004). Total anti-symmetrische Quasigruppen (Dr. rer. nat.). Philipps-Universität Marburg. urn:nbn:de:hebis:04-z2004-05162.(German)
- ^ Damm, H. Michael (2007). "Totally anti-symmetric quasigroups for all orders n≠2,6". Discrete Mathematics 307 (6): 715–729. doi:10.1016/j.disc.2006.05.033. ISSN 0012-365X.
- ^ Damm, H. Michael (2003). "On the Existence of Totally Anti-Symmetric Quasigroups of Order 4k + 2". Computing 70 (4): 349–357. doi:10.1007/s00607-003-0017-3. ISSN 0010-485X.
- ^ Kirtland, Joseph (2001). Identification Numbers and Check Digit Schemes. Classroom Resource Materials. Mathematical Association of America. pp. 4–5. ISBN 978-0-88385-720-5.
- ^ a b Beliavscaia Galina; Izbaş Vladimir; Şcerbacov Victor (2003). "Check character systems over quasigroups and loops". Quasigroups and Related Systems 10 (1): 1–28. ISSN 1561-2848. See page 23.
- ^ Chen Jiannan (2009). "The NP-completeness of Completing Partial anti-symmetric Latin squares". Proceedings of 2009 International Workshop on Information Security and Application (IWISA 2009). Academy Publisher. pp. 322–324. ISBN 978-952-5726-06-0. See page 324.