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

View File

@ -60,12 +60,22 @@ The AP³ project presents here the report for the milestone III for NGI Pointer.
\newpage \newpage
\section{Anonymous auctions} \section{Anonymous auctions}
\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} \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
\begin{itemize}
\item \verb|get_policy_details| generates hash-code for \item \verb|get_policy_details| generates hash-code for
a policy by building the hash $H(h_a || p_b)$, a policy by building the hash $H(h_a || p_b)$,
where $h_a$ is the hash of the auction meta where $h_a$ is the hash of the auction meta
@ -78,14 +88,23 @@ The AP³ project presents here the report for the milestone III for NGI Pointer.
and calls an external program to replay the and calls an external program to replay the
auction and determine the winners and winning auction and determine the winners and winning
price. price.
\end{itemize}
\end{itemize} \end{itemize}
\subsection{Future work} \subsection{Future work}
\begin{description} \subsubsection{libbrandt}
\item[more cowbell]
\end{description} use libsodium
make it compatible with current version of GNUNET
\subsubsection{brandt-vickrey-auction}
verify signatures of transscript
\subsubsection{policy framework}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%