gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fixed db scheme


From: gnunet
Subject: [taler-anastasis] branch master updated: fixed db scheme
Date: Thu, 11 Jun 2020 16:29:41 +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 3aa39ed  fixed db scheme
     new 6ce05fd  Merge branch 'master' of ssh://git.taler.net/anastasis
3aa39ed is described below

commit 3aa39ed1ddf2185af2e038291cc5e6a07d857d1b
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
AuthorDate: Thu Jun 11 14:29:23 2020 +0000

    fixed db scheme
---
 doc/thesis/images/anastasis-db.png | Bin 57563 -> 58761 bytes
 doc/thesis/server_architecture.tex |   6 ++----
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/doc/thesis/images/anastasis-db.png 
b/doc/thesis/images/anastasis-db.png
index f47afb8..a3ab262 100644
Binary files a/doc/thesis/images/anastasis-db.png and 
b/doc/thesis/images/anastasis-db.png differ
diff --git a/doc/thesis/server_architecture.tex 
b/doc/thesis/server_architecture.tex
index 0680627..582ce9a 100644
--- a/doc/thesis/server_architecture.tex
+++ b/doc/thesis/server_architecture.tex
@@ -23,8 +23,6 @@ Figure~\ref{fig:anastasis_database}.
 \begin{figure}[H]
        \centering
        \includegraphics[scale=0.5]{images/anastasis-db.png}
-        % FIXME: consider truth_method => authentication_method rename
-        % FIXME: 'amount_val' should NOT just be an 'INT', but an 'INT8'
        \caption{Anastasis database schema}
        \label{fig:anastasis_database}
 \end{figure}
@@ -33,8 +31,8 @@ The database schema consists of four main tables:
 
 \begin{itemize}
 \item The {\em Truth} table is responsible for storing the key shares and
-  its authentication method. The key share and the truth are stored
-  encrypted in the database. The truth is only decrypted during
+  its authentication method. The key share and the authentication data are 
stored
+  encrypted in the database. The authentication data is only decrypted during
   authentication. The key share is never decrypted for the
   server. This protects the privacy of the customer. Likewise, the
   user data is protected after a possible theft.

-- 
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]