From 212c7f213cc74307644033df84bc721300b402ab Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Thu, 31 Oct 2024 13:07:15 -0500 Subject: [PATCH] README.md - Tweaked to include systematic code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93a04cc..538eb1e 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Before we get into how the algorithm works, a couple words of warning: Like CRCs, Reed-Solomon codes are implemented by concatenating the message with the remainder after division by a predetermined "generator -polynomial". +polynomial", giving us a [systematic code][w-systematic-code]. However, two important differences: