From 9e3b89b1318c57073865e916a54a394d926cd5ff Mon Sep 17 00:00:00 2001
From: Peter Schwabe <peter@cryptojedi.org>
Date: Mon, 19 Aug 2019 04:04:58 +0200
Subject: [PATCH] Added missing file

---
 macros.tex | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 macros.tex

diff --git a/macros.tex b/macros.tex
new file mode 100644
index 0000000..d69ce7d
--- /dev/null
+++ b/macros.tex
@@ -0,0 +1,19 @@
+\newcommand{\F}{\mathds{F}}
+
+\newcommand{\Add}{\hyperref[alg:add]{\textsc{Add}}}
+\newcommand{\Double}{\hyperref[alg:double]{\textsc{Double}}}
+
+\newcommand{\sbcaptionextra}{
+    A rule (\rule{4ex}{0.4pt}) denotes a ``dead'' value, i.e.\ one
+    that has no meaning and is unused.
+    \textsc{Red} executes a coefficient-reduction chain.
+}
+\newcommand{\hcaptionextra}{
+    \sbcaptionextra
+    The additions/subtractions with large constants
+    ($2^{32}p$, $4p$ and $2^{37}p$)
+    are to ensure that all the values
+    are in the positive domain after subtraction.
+}
+
+
-- 
GitLab