Added Taylor to authors, added colors for more review notes.

This commit is contained in:
Sean Bowe 2015-12-17 09:51:30 -07:00
parent 1b1492ec40
commit fe402e1267
2 changed files with 4 additions and 3 deletions

Binary file not shown.

View File

@ -86,7 +86,8 @@
\usepackage{color}
\newcommand{\eli}[1]{{\color{magenta}\sf{Eli: #1}}}
\newcommand{\sean}[1]{{\color{blue}\sf{Sean: #1}}}
\newcommand{\taylor}[1]{{\color{red}\sf{Taylor: #1}}}
\newcommand{\daira}[1]{{\color{green}\sf{Daira: #1}}}
\newcommand{\BucketCommitment}[1]{\mathtt{BucketCommitment(#1)}}
@ -95,7 +96,7 @@
\begin{document}
\title{Zcash Protocol Specification}
\author{Sean Bowe | Daira Hopwood}
\author{Sean Bowe | Daira Hopwood | Taylor Hornby}
\date{\today}
\maketitle
\section{Introduction}
@ -275,7 +276,7 @@ $\PourTx$s are the primary operations \eli{In the academic paper, a Pour is a ci
\item $\vpubNew$ which is a value $\vpubnew$ that the pour inserts into the value pool.
\item $\anchor$ which is a merkle root $\rt$ of the bucket commitment tree at some block height in the past, or the merkle root produced by a previous pour in this transaction. \textbf{(TODO: clarify this)}
\item $\anchor$ which is a merkle root $\rt$ of the bucket commitment tree at some block height in the past, or the merkle root produced by a previous pour in this transaction. \sean{We need to be more specific here.}
\item $\scriptSig$ which is a Bitcoin script which creates conditions for acceptance of a $\PourTx$ in a transaction. The $\SHA$ hash of this value is $\hSig$.