From 67c205e87b1dafddb4232650eed39727de54f683 Mon Sep 17 00:00:00 2001 From: Marcio Paduan Donadio Date: Wed, 17 Mar 2021 14:24:32 -0700 Subject: [PATCH] Added description of the LRC checksum to the documentation --- docs/formats.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/formats.html b/docs/formats.html index cac1788..3eb76b2 100644 --- a/docs/formats.html +++ b/docs/formats.html @@ -589,6 +589,11 @@ In input, the next byte or bytes must match the checksum. href="http://www.ietf.org/rfc/rfc1950.txt">RFC 1950.
%<hexsum8>
One byte. The sum of all hex digits. (Other characters are ignored.)
+
%<lrc>
+
One byte. The Longitudinal Redundancy Check according to Wikipedia.
+
%<hexlrc>
+
One byte. The LRC for the hex digits. (Other characters are ignored.)