From 87d4c2df2fc2b1656be95f67f45a2239792f36b1 Mon Sep 17 00:00:00 2001
From: Roman Vaseev <4833306+Filter94@users.noreply.github.com>
Date: Mon, 29 Apr 2024 21:32:10 +0400
Subject: [PATCH 1/2] Typo fix
---
posts/binius.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/posts/binius.md b/posts/binius.md
index ec45f8bb..a9eda321 100644
--- a/posts/binius.md
+++ b/posts/binius.md
@@ -300,8 +300,8 @@ We can make larger binary fields by taking extensions: if we start with $F_2$ (i
-| + | **0** | **1** | **x** | **x+1** |
-| - | - | - | - | - |
+| * | **0** | **1** | **x** | **x+1** |
+| | - | - | - | - |
| **0** | 0 | 0 | 0 | 0 |
| **1** | 0 | 1 | x | x+1 |
| **x** | 0 | x | x+1 | 1 |
From 0c95de0ea8c07e49780f30bfb434b7995ca1139c Mon Sep 17 00:00:00 2001
From: Roman Vaseev <4833306+Filter94@users.noreply.github.com>
Date: Mon, 29 Apr 2024 21:34:31 +0400
Subject: [PATCH 2/2] Table fix
---
posts/binius.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/posts/binius.md b/posts/binius.md
index a9eda321..9c1459ee 100644
--- a/posts/binius.md
+++ b/posts/binius.md
@@ -300,11 +300,11 @@ We can make larger binary fields by taking extensions: if we start with $F_2$ (i
|
-| * | **0** | **1** | **x** | **x+1** |
-| | - | - | - | - |
-| **0** | 0 | 0 | 0 | 0 |
-| **1** | 0 | 1 | x | x+1 |
-| **x** | 0 | x | x+1 | 1 |
+| * | **0** | **1** | **x** | **x+1** |
+|---------| - | - | - | - |
+| **0** | 0 | 0 | 0 | 0 |
+| **1** | 0 | 1 | x | x+1 |
+| **x** | 0 | x | x+1 | 1 |
| **x+1** | 0 | x+1 | 1 | x |
|