Skip to content

Commit

Permalink
lec09 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AOEMIT committed Oct 20, 2024
1 parent c66d627 commit 4dc806f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lectures/lec09.tex
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,11 @@ \subsection{Encrypt then MAC}
\section{AES-GCM (Galois Counter Mode)}\label{sec:enc:gcm}
One of the most widely used authenticated-encryption constructions is AES-GCM.
It follows the encrypt-then-MAC paradigm.
It uses AES as a pseudorandom function for counter-mode encryption (\cref{sec:enc:ctr}).
It uses a Carter-Wegman-style MAC (\cref{sec:mac:cw}) as the MAC scheme.
It uses AES as a pseudorandom function for counter-mode encryption from the previous
lecture. %(\cref{sec:enc:ctr}).
It uses a Carter-Wegman-style MAC -- see previous lecture --
%(\cref{sec:mac:cw})
as the MAC scheme.

There are a few optimizations that AES-GCM uses beyond what we have described:
\begin{itemize}
Expand Down

0 comments on commit 4dc806f

Please sign in to comment.