From b316b5ed97b693cd73d176e8f8de920c9f86384e Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Mon, 28 Oct 2024 17:49:05 -0500 Subject: [PATCH] README.md - Always be tweaking --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c26e3ff..5baa9f9 100644 --- a/README.md +++ b/README.md @@ -148,8 +148,8 @@ be easier to understand: >

-The extra $x^{|P|} multiplications represent shifting the message to make -space for the CRC, and gives us what's called a +The extra $x^{|P|}$ multiplications represent shifting the message to +make space for the CRC, and gives us what's called a ["systematic code"][systematic-code]. Alternatively we could actually multiply the message with our polynomial to get valid codewords, but that would just make interacting with the message more annoying without much