commit 785bb2afa979153db581b1049b70edadc591c23a
parent 400901029f37af0af7e4e6b2f206c4ed645ee3ee
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
Date: Wed, 5 Jun 2024 21:30:59 +0200
added glossary entries
Diffstat:
3 files changed, 55 insertions(+), 1 deletion(-)
diff --git a/doc/thesis/include/glossary.tex b/doc/thesis/include/glossary.tex
@@ -6,5 +6,59 @@
description={The name of our project, short for donation authority}
}
+\newglossaryentry{Taler}
+{
+ name=Taler,
+ description={The GNU Taler payment system}
+}
+
+\newglossaryentry{nonce}
+{
+ name=nonce,
+ description={Number used once, a high-entropy value which must not be reused}
+}
+
+\newglossaryentry{salt}
+{
+ name=salt,
+ description={A high-entropy value added to the hash function input to prevent brute-force attacks }
+}
+
+\newglossaryentry{ID}
+{
+ name=ID,
+ description={Unique identifier}
+}
+
+\newglossaryentry{DU}
+{
+ name=DU,
+ description={Donation unit, used to represent the value and currency of coins}
+}
+
+\newglossaryentry{DI}
+{
+ name=DI,
+ description={Donor identifier, a salted hash of the donor tax number}
+}
+
+\newglossaryentry{UDI}
+{
+ name=UDI,
+ description={Unique donor identifier, donor identifier combined with a unique nonce}
+}
+
+\newglossaryentry{BUDI}
+{
+ name=BUDI,
+ description={Blinded unique donor identifier, result of blinding a UDI}
+}
+
+\newglossaryentry{BKP}
+{
+ name=BKP,
+ description={Blinded unique donor identifier key pair, result of adding the corresponding hash of the DU public key to the BUDI}
+}
+
\glsaddall
diff --git a/doc/thesis/include/settings.tex b/doc/thesis/include/settings.tex
@@ -16,7 +16,7 @@
\usepackage{etoolbox}
\usepackage{tikz}
\usepackage{parskip}
-\usepackage[toc]{glossaries}
+\usepackage[toc,sort=use]{glossaries}
% Abstract
\patchcmd{\abstract}{\null\vfil}{}{}{}
diff --git a/doc/thesis/thesis.pdf b/doc/thesis/thesis.pdf
Binary files differ.