<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Max Duxbury — mathematics/finite_fields</title>
  <subtitle>Posts, projects and reading tagged mathematics/finite_fields.</subtitle>
  <link href="https://maxduxbury.com/tags/mathematics/finite_fields/feed.xml" rel="self" type="application/atom+xml"/>
  <link href="https://maxduxbury.com/tags/mathematics/finite_fields/" rel="alternate" type="text/html"/>
  <id>https://maxduxbury.com/tags/mathematics/finite_fields/</id>
  <updated>2026-08-24T16:31:17+00:00</updated>
  <author><name>Max Duxbury</name></author>
  <entry>
    <title>AES from scratch</title>
    <link href="https://maxduxbury.com/projects/aes/" rel="alternate" type="text/html"/>
    <id>https://maxduxbury.com/projects/aes/</id>
    <updated>2026-06-11T00:00:00+00:00</updated>
    <published>2026-06-11T00:00:00+00:00</published>
    <category term="project"/><summary>An exploration of an application of finite fields in cryptography.</summary>
    <content type="html">&lt;p&gt;This project is an active Rust implementation of the Advanced Encryption Standard (AES). I undertook the project in Rust mainly as a learning opportunity, as everything seems to be written in Rust these days. The reason for this specific algorithm is that I was studying Galois theory, namely finite fields. I was struggling and wanted to ground my understanding in some real applications. Hence, I chose the Rijndael algorithm, the main cipher used in AES. The main writeup of this project and the accompanying notes (diversions) will go into the mathematics and the system design decisions that Daemen and Rijmen made.&lt;/p&gt;
</content>
    <category term="cs/crypto"/>
    <category term="mathematics/finite_fields"/>
  </entry>
  <entry>
    <title>The Design of Rijndael</title>
    <link href="https://link.springer.com/book/10.1007/978-3-662-04722-4" rel="alternate" type="text/html"/>
    <id>https://link.springer.com/book/10.1007/978-3-662-04722-4</id>
    <updated>2026-05-10T00:00:00+00:00</updated>
    <published>2026-05-10T00:00:00+00:00</published>
    <category term="paper"/><author><name>Daemen, Joan and Rijmen, Vincent</name></author><summary type="html">&lt;p&gt;What I have been implementing.&lt;/p&gt;
</summary>
    <category term="cs/crypto"/>
    <category term="mathematics/finite_fields"/>
  </entry>
</feed>
