From 8f060e85d1885d18ae81ab503720d89d8c6472fc Mon Sep 17 00:00:00 2001 From: Dominik Wernberger Date: Thu, 20 May 2021 21:06:16 +0200 Subject: [PATCH] Fix typo Co-authored-by: Matt Hostetter --- docs/pages/tutorials/3_field_arithmetic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/tutorials/3_field_arithmetic.rst b/docs/pages/tutorials/3_field_arithmetic.rst index 22aa494b7..a2a5c7ff1 100644 --- a/docs/pages/tutorials/3_field_arithmetic.rst +++ b/docs/pages/tutorials/3_field_arithmetic.rst @@ -60,7 +60,7 @@ they are not. .. warning:: - In the extension field :math:`\mathrm{GF}(2^8)`, there is a difference between `GF8(6) * GF8(2)` and `GF8(6) * 2`. + In the extension field :math:`\mathrm{GF}(2^3)`, there is a difference between `GF8(6) * GF8(2)` and `GF8(6) * 2`. The former represents the field element "6" multiplied by the field element "2" using finite field multiplication. The latter represents adding the field element "6" two times.