From fdcb3a8e9b001aedeff82c53f00eb07aea176247 Mon Sep 17 00:00:00 2001 From: Aaron Kaiser Date: Wed, 1 Mar 2023 23:38:25 +0100 Subject: [PATCH] small notation fix --- thesis/macros.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thesis/macros.tex b/thesis/macros.tex index a270ac2..056a87c 100644 --- a/thesis/macros.tex +++ b/thesis/macros.tex @@ -1,7 +1,7 @@ % Games \newcommand{\game}{\textbf{Game} } \newcommand{\inp}{\cdot} -\newcommand{\field}[1]{\mathbb{F}_{#1}} +\newcommand{\field}[1]{\mathbb{Z}_{#1}} \newcommand{\secparamter}{\lambda} \newcommand{\randomsample}{\overset{{\scriptscriptstyle\$}}{\leftarrow}} \newcommand{\randomassign}{\leftarrow}