This commit is contained in:
Özgür Kesim 2022-10-16 11:59:11 +02:00
parent 594ca0ff5f
commit 48a3a694d6

View File

@ -60,11 +60,21 @@ The AP³ project presents here the report for the milestone III for NGI Pointer.
\newpage
\section{Anonymous auctions}
\begin{itemize}
\item added transscript generation to libbrandt
\item added replay of transscript of libbrandt
\item general policy extension framework
\item extension \verb|policy_brandt_vickrey_auction| added
\subsection{Transscript and Replay for libbrandt}
Added transscript generation to libbrandt
Added replay of transscript of libbrandt
\subsection{Policy extensions framework for GNUN Taler}
General policy extension framework
\subsection{Brandt-Vickrey-auction extension for GNU Taler}
Extension \verb|policy_brandt_vickrey_auction| added
\begin{itemize}
\item \verb|get_policy_details| generates hash-code for
a policy by building the hash $H(h_a || p_b)$,
@ -79,13 +89,22 @@ The AP³ project presents here the report for the milestone III for NGI Pointer.
auction and determine the winners and winning
price.
\end{itemize}
\end{itemize}
\subsection{Future work}
\begin{description}
\item[more cowbell]
\end{description}
\subsubsection{libbrandt}
use libsodium
make it compatible with current version of GNUNET
\subsubsection{brandt-vickrey-auction}
verify signatures of transscript
\subsubsection{policy framework}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%