gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: sorted glossary alphabetically


From: gnunet
Subject: [taler-anastasis] branch master updated: sorted glossary alphabetically
Date: Thu, 11 Jun 2020 11:07:32 +0200

This is an automated email from the git hooks/post-receive script.

dennis-neufeld pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new f6f97dc  sorted glossary alphabetically
f6f97dc is described below

commit f6f97dcd691153b2d2ee481c6e261b27038b52de
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
AuthorDate: Thu Jun 11 09:07:28 2020 +0000

    sorted glossary alphabetically
---
 doc/thesis/glossary.tex | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/doc/thesis/glossary.tex b/doc/thesis/glossary.tex
index 80209c3..f5d8316 100644
--- a/doc/thesis/glossary.tex
+++ b/doc/thesis/glossary.tex
@@ -1,18 +1,18 @@
 \section*{Glossary}
 %\addcontentsline{toc}{section}{Glossary}
 \begin{description}
+        \item[account key] {A public-private key pair used to sign and 
authenticate the encrypted policy document upload.}
+        \item[authentication method] {An authentication method specifies how 
the user should convince the escrow provider that he is authorized to get a key 
share.}
+        \item[challenge] {A challenge is a data structure which holds 
information about a user authentication for a escrow provider.}
+       \item[core secret] {The core secret is the data which the user wants to 
protect with Anastasis.}
+       \item[escrow provider] {An escrow provider is referred  to servers 
which operate Anastasis.}
+       \item[kdf id] {The kdf id is an Argon2 hash over the user's 
unforgettable password.}
+       \item[key share] {A key share is a random byte sequence which is 
combined with other key shares to create a policy key.}
+       \item[master key] {The master key is a randomly generated key which is 
used to encrypt the user's core secret.}
+       \item[policy] {A policy is a list of challenges which need to be solved 
to recover the core secret.}
+       \item[policy key] {Every policy holds a separate policy key which is 
built through the combination of the key shares. The policy key is used to 
encrypt the master key.}
        \item[recovery document] {A data structure which contains a set of 
policies and challenges.}
-       \item[policy] {A policy is a list of challenges which need to be solved 
to recover the core secret.}
-       \item[challenge] {A challenge is a data structure which holds 
information about a user authentication for a escrow provider.}
        \item[truth] {A truth is a data structure which defines how a user 
authentication is performed, it also contains the key share which is released 
upon successful authentication.}
-        \item[truth seed] {A nonce used to generate the key material to sign 
the truth upload.}
-        \item[truth key] {A public-private key pair used to sign and 
authenticate the truth upload.}
-        \item[account key] {A public-private key pair used to sign and 
authenticate the encrypted policy document upload.}
-       \item[escrow provider] {An escrow provider is referred  to servers 
which operate Anastasis.}
-       \item[key share] {A key share is a random byte sequence which is 
combined with other key shares to create a policy key.}
-       \item[core secret] {The core secret is the data which the user wants to 
protect with Anastasis.}
-       \item[master key] {The master key is a randomly generated key which is 
used to encrypt the user's core secret.}
-       \item[policy key] {Every policy holds a separate policy key which is 
built through the combination of the key shares. The policy key is used to 
encrypt the master key.}
-       \item[kdf id] {The kdf id is an Argon2 hash over the user's 
unforgettable password.}
-       \item[authentication method] {An authentication method specifies how 
the user should convince the escrow provider that he is authorized to get a key 
share.}
+       \item[truth key] {A public-private key pair used to sign and 
authenticate the truth upload.}
+    \item[truth seed] {A nonce used to generate the key material to sign the 
truth upload.}
 \end{description}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]