hws/hw06.tex
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Mon, 01 Dec 2014 06:50:25 +0000
changeset 338 f1491e0d7be0
parent 298 5f6b72bb5f7f
child 414 9a3aa8c39951
permissions -rw-r--r--
updated

\documentclass{article}
\usepackage{charter}
\usepackage{hyperref}
\usepackage{amssymb}

\begin{document}

\section*{Homework 6}

\begin{enumerate}
\item Zero-knowledge protocols depend on three main properties called
  completeness, soundness and zero-knowledge.  Explain what they mean?

\item Why do zero-knowledge protocols require an NP-problem as building
  block?

\item Why is it a good choice in a ZKP to flip a coin when requesting a 
  proof from the person who knows the secret?
\end{enumerate}

\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: